I had 100 steps in jcl i want to execute first 10 steps only?
Answer Posted / kamaldeep
The answer #5 by Challa Srinivas is wrong, if we give //STEP11 EXEC=PGM2,COND=(0,LE,STEP10) then it will only not run Step11 but will run all the step after it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can the attributes of one sms dataset be copied to another dataset?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How dummy is used in jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is condition checking in jcl? Is this possible?
How to pass the parameter in parm using linkage section ? (syntax)?
Is automatic restart possible in jcl? If yes, how?
Is automatic restart possible in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Explain how can return codes be tested before execution of a job step?
Brief description of inline procedure of jcl.
Is it possible to left uncode disp? If yes, how?
How to pass data to a program that is coded in an exec statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.