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
what operation is performed by job statement?
Is condition checking possible in jcl? If yes, how?
Must tape dataset definitions include vol=ser specifications?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is the maximum length of a single line of jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
How would you understand error(execution phase)?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
In job processing, what happens in conversion stage?
What is NOTCAT ?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is use of dcb parameter in dd statement?
Explain the jcl exec statement?
Explain the function of job statement in jcl?
How gdg are concatenated?