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 / praveen bejjanki
If time parameter is specified in both Job and exec stmt,
then the Time specified for step or the time left out in
the job whichever is small will be the time for that
particular step.
Job = (2,30) means 2mins, 30 seconds.
step1 = (1,30) since step1 time limit is less, step1 will
execute in 1min, 30 seconds.
step2 = (1,30)
Since the time left out in the job is only 1min. so this
1min is assigned to step2
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What parameters can be used to limit the number of records written to a sysout dataset?
What is the function of a dd statement?
what are JCLLIB and STEPLIB in JCL?
How can the disposition of sysout datasets be set for an entire jobstream?
is there any way to execute more than one proc in the same exec statement at the same time..?
what is the purpose of coding notify parameter in job statement?
What is use of restart and how to use it?
What is the function of the dd dcb keyword?
what is “Cond= even” and “Cond=only”?
How can a fb file convert to vb file using sort program?
What do you understand by the term notcat 2 – gs?
How can a stopped job be started again?
In job processing, what happens in execution stage?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Differentiate between the joblib and the steplib statements?