If we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/
Answer Posted / vinay sonar
Use IEBEDIT
//STEP2 EXEC PGM=IEBEDIT
EDIT TYPE=INCLUDE,STEPNAME=(STEP43-STEP 50)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is use of dsn parameter in dd statement?
List the various advantages of using jcl language?
List in order the hierarchical levels of jcl?
What do you understand by jcl?
What is the format of comment statement?
How is a type of file defined in the jcl that executes the cobol program?
Explain the function of the dd dcb keyword?
How to do automated restart when a job abend?
in ways data can be passed to a COBOL program from JCL?
Where & How Do You Code Identifier In Jcl?
How to run cobol program using jcl?
List the different jcl statements that are not permitted in the procedures?
What is condition checking in jcl? Is this possible?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Is it possible to code instream data in a PROC?