I have 5 steps in my jcl ,I need to execute first three
steps and then 2nd step again ,4th and 5th steps if rc of
2nd step is zero
Answer Posted / ajay digule
STEP01
STEP02 RC=0
STEP03 COND(4,LT,STEP02) CONDITION IS FALSE HENCE, STEP 3 WILL BE EXECUTED.
ON STEP04 AND STEP05 NO NEED TO MENTION CON CODE AS THEY WILL EXECUTE NORMALLY.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to submit jcl through a cobol program?
what are the statements that are not valid to be included in an include 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?
what is the JCL statement consists of?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain the function of //cntl statement?
how to run batch program without jcl?
What is the significance of addrspc parameter in the exec statement?
Explain the hierarchy levels in jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the difference between the positional and keyword parameters? Give examples.
Explain the job statement in jcl?
In job processing, what happens in execution stage?
what happens in execution stage in job processing?
which parameter is use to declare the name of dataset in dd statement?