I have 5 steps in my job. say s1, s2, s3, s4, s5
//s1 exec .............
//s2 exec ............
//s3 exec ..........
//s4 exec ........
//s5 exec ...............
my question is i want to exeute only s2 and s4 steps...
please advice me how to do this:
Answer Posted / sanvz
the best way to acheive this
restart = step2 and code in step 3 cond as 0,eq
and after step 4 add null stmt
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
which parameter is used to check the syntax of a jcl without executing it?
Mention the types of job control statements?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
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?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
how JCL works?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Can an individual step be restricted from using all the jobs allowed cpu time?
what is DSN in JCL and what are the parameters to declare the DSN?
What does a disposition of (MOD,DELETE,DELETE) mean ?
A dd statement consists of 4 fields. Name them?
Where can program checkpoints be stored for use in a restart?
What is timing concept in mainframe?