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
How to submit a jcl from cics?
Can we call instream to catalog and catalog to instream?
how you can direct the data to spool using SYSOUT option?
What are hierarchy levels in jcl?
How do you access an uncatalogued dataset in a jcl?
Explain the function of job statement in jcl?
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?
What are the utility programs in jcl?
What are the jcl procedures?
What is NOTCAT ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
how can the same proc be re-used and called by many jobs?
Explain the function of the steplib dd statement?