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 purpose of the dd keylen parameter?
What is the function of the dd avgrec keyword in sms datasets?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Suppose I have five jobs to do. But I want to hold one?
What happens if both JOBLIB & STEPLIB is specified ?
How does jcl act on code(if you take a cobol program)?
How do you overcome this limitation ?
What is concatenating?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain the purpose of dd * statement in jcl?
what is “Cond= even” and “Cond=only”?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what is the use of IEBGENER utility?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the function of //cntl statement?