i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / anoop
//jopbcard,restart=jobstep.procstep
in this case job is calling one proc, this proc has 10
steps. We want to restart job from 5th step of proc.
assuming job calls proc in step1. then restart should be :-
restart=step1.step5
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the function of the steplib dd statement?
how you can direct the data to spool using SYSOUT option?
What do you understand by the term job time – out and how can you overcome that?
what are the statements that are not valid to be included in an include statement?
Is acct parameter mandatory?
How does jcl specify the job to the operating system?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
what is DSN in JCL and what are the parameters to declare the DSN?
What is the use of symbol // in jcl?
How jcl work to handle various input output file operations?
how can you check if a file is empty using jcl?
What is the syntax of JCL statement?
What do you understand by the term notcat 2 – gs?
Explain how can a jobs execution priority be modified?
Is condition checking possible in jcl? If yes, how?