In JCL..for TIME Parameter was specified both JOB &
STEP..which one is overrides
Answer Posted / srinivas
The job time will work for total job and step time will
work for only that step ... so with in that step time the
step should complete else it will abend .. but with in job
time that total job should complete it wont conseder how
much time each step is taking .so job time will over ride
the step time...
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you overcome this limitation ?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain the function of job statement in jcl?
What is jcl in mainframe?
I need exexution process for JCL programs
Name what parameter directs the output of the job log dataset?
How can an in-stream dataset be terminated?
Define concatenating?
Explain how can an in-stream dataset be terminated?
Is it possible to code instream data in a PROC?
how do you access an uncataloged dataset in a jcl?
when can a job time-out occur? How to overcome that?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
List the different components of jcl statement?
which parameter is use to declare the name of dataset in dd statement?