How to execute only th 15th step of JCL consisting of 50 steps?
Answer Posted / nygrande
I go with Raj reply. Use iebedit utility.
The sintax is:
//SYSIN DD *
EDIT TYPE=INCLUDE, STEPNAME=(STEP15)
/*
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the use of disp parameter?
Explain the function of dd disp parameter?
How can values be passed from the job stream to an executable program?
What is the significance of addrspc parameter in exec statement?
which parameter is use to declare the name of dataset in dd statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain the hierarchy levels in jcl?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What are the parameter we cannot use in procedure?
Matching Logic in Jcl not in cobol.Could any one please answer this question
what is the JCL statement consists of?
How do you overcome this limitation ?
List in order the hierarchical levels of jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?