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


Please Help Members By Posting Answers For Below Questions

How to submit a jcl from cics?

751


Can we call instream to catalog and catalog to instream?

759


how you can direct the data to spool using SYSOUT option?

1009


What are hierarchy levels in jcl?

1081


How do you access an uncatalogued dataset in a jcl?

817






Explain the function of job statement in jcl?

735


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?

888


What are the utility programs in jcl?

729


What are the jcl procedures?

735


What is NOTCAT ?

842


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 ?

1063


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?

1787


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

1592


how can the same proc be re-used and called by many jobs?

1033


Explain the function of the steplib dd statement?

722