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

Is it possible to code instream data in a PROC?

742


What is the use of symbol // in jcl?

918


What happens if both JOBLIB & STEPLIB is specified ?

601


a dd statement has 2 types of parameters. Name them?

634


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

769






How can an in-stream dataset be terminated?

840


What is the use of disp parameter?

644


How jcl work to handle various input output file operations?

652


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

665


What do you understand by the term job time – out and how can you overcome that?

594


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

600


What is timing concept in mainframe?

1653


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1724


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1958


How do you create a temporary dataset?

654