If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / syntel
You can Use RESTART in job cards.
RESTART=JOBSTEPNAME.PROCSTEPNAME
Thanks
| Is This Answer Correct ? | 4 Yes | 31 No |
Post New Answer View All Answers
Name the parameters which can be used to limit the number of records written to a sysout dataset?
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?
How jcl work to handle various input output file operations?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Why include statement is used in a jcl?
Why block size is multiple of lrecl in jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Is automatic restart possible in jcl? If yes, how?
Explain in DD statement what is the use of DCB parameter?
what is the use of IEBGENER utility?
What is the function of dd disp parameter?
what is use of dsn parameter in dd statement?
Explain dd statement in jcl?
Is condition checking possible in jcl? If yes, how?
What is the function of the steplib dd statement?