I have a JCL with 100 steps. I want run the Alternate steps
in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this
scenario? If It is by Cond Parameter can you provide the
Condition code for that?
Answer Posted / chandrakant
Hi ,
cond=even means if previous steps are terminated abnormally
that time also this step should be executed . it does not
mean to execute the steps in any specific order( even 2,4,6)
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
How jcl work to handle various input output file operations?
How to submit jcl through a cobol program?
Name the statement which can be used to send data to another mvs jes3 node?
how to run batch program without jcl?
In job processing, what happens in execution stage?
What is the function of the steplib dd statement?
What is the purpose of dd * statement in jcl?
when does a dataset go uncataloged?
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 ?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
how JCL works?
how you can access an uncataloged dataset in a JCL?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What are the 4 fields in dd statement?
List the various advantages of using jcl language?