We have 100 steps in a procedure and we need to run the jcl
and execute only 25th step in the proc and not the
remaining steps. How can we do it?
Answer Posted / vikas bhardwaj
//QV1P01TV JOB ABCB......
//STP EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT = *
//SYSUT1 DD DSN=.......
//SYSUT2 DD DSN=.......
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP25)
/*
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure?
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?
How can unused space allocation be returned to the system when a dataset is closed?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is multithreading in jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
what is the use of IEBGENER utility?
what is DSN in JCL and what are the parameters to declare the DSN?
Is it possible to define dd statements as you want?
What are some jcl statements that are not allowed in procedures?
What is the purpose of dd dummy statement?
what is use of space parameter in dd statement?
Explain about LMQUERY�give a dialog information about a data set
What is the significance of addrspc parameter in the exec statement?