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


Please Help Members By Posting Answers For Below Questions

What parameters can be used to limit the number of records written to a sysout dataset?

846


What is the function of a dd statement?

805


what are JCLLIB and STEPLIB in JCL?

775


How can the disposition of sysout datasets be set for an entire jobstream?

951


is there any way to execute more than one proc in the same exec statement at the same time..?

2204






what is the purpose of coding notify parameter in job statement?

779


What is use of restart and how to use it?

877


What is the function of the dd dcb keyword?

930


what is “Cond= even” and “Cond=only”?

847


How can a fb file convert to vb file using sort program?

922


What do you understand by the term notcat 2 – gs?

856


How can a stopped job be started again?

795


In job processing, what happens in execution stage?

770


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?

744


Differentiate between the joblib and the steplib statements?

952