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
Explain the function of //jcllib statement?
How can an in-stream dataset be terminated?
How can unused space allocation be returned to the system when a dataset is closed?
In job processing, what happens in execution stage?
Is automatic restart possible in jcl? If yes, how?
Name what parameter directs the output of the job log dataset?
What dd statement is used to supply the name of a dataset?
Where & How Do You Code Identifier In Jcl?
how you can direct the data to spool using SYSOUT option?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is the purpose of dd * statement in jcl?
Mention the types of job control statements?
List in order the hierarchical levels of jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain in DD statement what is the use of DCB parameter?