in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?
Answer Posted / vinay sonar
//STEP1 EXEC PGM=IEBEDIT
//SYSIN DD*
EDIT TYPE=INCLUDE,STEPNAME=(STEP2,STEP3,STEP5,STEP7,STEP9)
/*
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the function of //jcllib statement?
Can we call instream to catalog and catalog to instream?
what is the purpose of coding notify parameter in job statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What dd statement is used to supply the name of a dataset?
Explain the jcl exec statement?
Is it possible to left uncode disp? If yes, how?
Can we use DISP=SHR in output file in JCL
What are hierarchy levels in jcl?
how do you code a null statement?
Explain how can a jobs execution priority be modified?
I need exexution process for JCL programs
what are JCLLIB and STEPLIB in JCL?
What do you understand by the terms: joblib and steplib?
Is their any set of rules for dd? Explain.