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 you will the direct the data to spool using sysout option?
What does a disposition of (MOD,DELETE,DELETE) mean ?
I need exexution process for JCL programs
Is it possible to define dd statements as you want?
how can you check if a file is empty using jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the function of a dd statement?
Explain the job statement in jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
what is DSN parameter and DISP parameter is used for?
which parameter is use to declare the name of dataset in dd statement?
how to run batch program without jcl?
Mention the types of job control statements?
Explain the hierarchy levels in jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?