I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??
Answer Posted / atul
In addition to answer 5, RESTART parameter can be coded as:
RESTART=PRCNAME.STEP17,COND=(4095,GT) and another one has
already been mentioned in answer # 3.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in exec statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain the function of a dd statement?
What is the motivation behind coding class parameter in job statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
List in order the hierarchical levels of jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What do you understand by the term notcat 2 – gs?
How do you create a temporary dataset?
Is it possible to left uncode disp? If yes, how?
Explain the function of //cntl statement?
How can a stopped job be started again?
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 can the same proc be re-used and called by many jobs?
Is it possible to left uncode disp?