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 is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what is DSN in JCL and what are the parameters to declare the DSN?
can any one plzzzzzz tell the jcl code for creating ps using idcams
what is the difference between JES3 and JES2?
What do you understand by the term notcat 2 – gs?
How to submit jcl through a cobol program?
Name the statement which can be used to send data to another mvs jes3 node?
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 statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What are the jcl procedures?
How to do automated restart when a job abend?
I need exexution process for JCL programs
how would you create a temporary dataset? And where will you use them?
Is their any limit for data sets?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?