I had 100 steps in jcl i want to execute first 10 steps only?
Answer Posted / challa srinivas
Just code at step 11 as below.
//STEP11 EXEC=PGM2,COND=(0,LE,STEP10).
Please note that Step 10 should execute successfully at any cost else again the job will start executing from step 11 till end.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what is DSN parameter and DISP parameter is used for?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain about ISPF/TSO Commands
What is the function of dd disp parameter?
in ways data can be passed to a COBOL program from JCL?
Explain the hierarchy levels in jcl?
How to override loadlib?
Is acct parameter mandatory?
What are the 2 types of parameters in dd statement?
When output dataset space is required, what quantity categories are used?
Explain the job statement in jcl?
How can an in-stream dataset be terminated?
can any one plzzzzzz tell the jcl code for creating ps using idcams
how do you code a null statement?