If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / pradeep
The below given code provides the exact solution,
//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=XXX.GENERAL.STUDY(TEST001),DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSIN DD *
EDIT TYPE=EXCLUDE,STEPNAME=(STEP003,STEP005)
/*
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
What is notcat 2 - gs?
Is their any set of rules for dd? Explain.
In job processing, what happens in execution stage?
How is a type of file defined in the jcl that executes the cobol program?
How can a stopped job be started again?
Are there any set of rules for the names of the steps used in a job?
How can return codes be tested before execution of a job step?
Is their any limit for data sets?
What is the maximum length of a single line of jcl?
Explain how can return codes be tested before execution of a job step?
What are hierarchy levels in jcl?
What is use of restart and how to use it?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?