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 / jalal
1) Put restart = step5 in the job card.
2) Put Cond = only in all the steps from step1 to step4.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain the purpose of the dd keylen parameter?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how to do automated restart when a job abends?
What are the difference between jcl and jes?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is NOTCAT ?
what is the purpose of coding notify parameter in job statement?
How jcl work to handle various input output file operations?
Must tape dataset definitions include vol=ser specifications?
How can the disposition of sysout datasets be set for an entire jobstream?
Explain the function of //cntl statement?
Explain the function of the dd dcb keyword?
what are JCLLIB and STEPLIB in JCL?
when does a dataset go uncataloged?
How is the record format of an output dataset specified?