in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?
Answer Posted / swathi
//Jobname
//step1 exec pgm=iebedit
//s1
//s2
//s3
.
.
.
//s10
//sysin dd*
start jobname type = include(s1,s3,s5,s7,s9)
/*
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how JCL works?
What are the parameters that are used in creating a gdg?
What is the purpose of dd dummy statement?
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?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are the parameter we cannot use in procedure?
What is the use of symbol // in jcl?
what happens in execution stage in job processing?
What is use of restart and how to use it?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What are steplib and joblib?
Is automatic restart possible in jcl? If yes, how?
Where can program checkpoints be stored for use in a restart?
What are hierarchy levels in jcl?
Is their any limit for data sets?