I have a job (4 steps) with time parameter coded in job &
exec, say time=10 in job & time =3,2,2,4 in each steps.
Will the job executes successfully?
Answer Posted / megha
It depends on how much time each step takes,In the above
job the total time the job can take is 10 minutes and if
the total time taken by each step(step1 to step 4) is
within 10 minutes (and also within the time specified for
each step) ,then the job will execute without any error.
| Is This Answer Correct ? | 26 Yes | 0 No |
Post New Answer View All Answers
Which dd parameters are required?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how JCL works?
In job processing, what happens in execution stage?
How to do automated restart when a job abend?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How can values be passed from the job stream to an executable program?
Explain the function of the dd dcb keyword?
what is “Cond= even” and “Cond=only”?
What is NOTCAT ?
In job processing, what happens in conversion stage?
What is the function of the steplib dd statement?
Where & How Do You Code Identifier In Jcl?
How does jcl act on a cobol code?
if the submitter of a job wants to inform another user about the job completion, how can it be done?