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



I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th..

Answer / 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

More JCL Interview Questions

if we give TIME=0 how many sec that job/step

14 Answers  


How to release the Output HELD by using HOLD = YES on DD statement ?

2 Answers   IBM,


A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?

5 Answers   IBM, Wipro,


How can we see data in TEMPARARY DATA SET in JCL ?

7 Answers   CSC, Polaris,


Can we change the LIMIT of GDG?

6 Answers   HCL,






how many types of sorts are there in jcl?

2 Answers   IBM,


if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete

4 Answers  


What are the valid DSORG values ?

3 Answers  


wt will happen to the step of a job if u code COND=ONLY

5 Answers   ADP,


How to see the COMP3 value(packd decimal)

2 Answers   iGate,


What all are the changes to be made in JCL so as to do testing?

2 Answers   TCS,


how to convert a file form fixed Length to variable length?

2 Answers   Syntel,


Categories