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
Explain dfsort utility?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What do you understand by jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
how do you code a null statement?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what are the various stages of job processing?
what is the difference between JES3 and JES2?
How jcl work to handle various input output file operations?
what is the use of IEBGENER utility?
how you can direct the data to spool using SYSOUT option?
What is the function of dd disp parameter?
Is acct parameter mandatory?
How does jcl act on a cobol code?