in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30)
and in step i coded time=(1,30), whch one executes first and
what happens if step1 and step2 time executes and wht about the
remaining time if step and step2 executes
Answer Posted / kittu
According to your question...
1.If the 2 jobs submitted then the job which is submitted
first excutes first.
2.If the jobs are submitted at the same time then os
decides based on the class parameter.
3.If the class parameter are also same then based on the
priority(PRTY) job will executes.
4.If the priority also same then operator cancells both the
jobs after a wait time.
or
If the region and time specified in both the job & exec
statements then the values specified in job will overwrite
that of Exec statements values.
So job statement coded time will overwrite the step coded
time.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the purpose of the dd keylen parameter?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Why block size is multiple of lrecl in jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain how can the submitting users racf authority be overridden in a job stream?
how you will the direct the data to spool using sysout option?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the purpose of dd?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
List the different jcl statements that are not permitted in the procedures?