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

Is it possible to define dd statements as you want?

0 Answers  


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

0 Answers  


What is the function of the dd mgmtclas keyword in sms datasets?

0 Answers  


Can we create VSAM file by using IEBGENER?

4 Answers   Principal Finance,


AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS

3 Answers  






Explain the purpose of dd * statement in jcl?

0 Answers  


How to find out the number of records in a file using JCL

5 Answers   CTS,


What is JCL LIB ?

3 Answers   Xansa,


common jcl abends??

2 Answers   ADP, Wipro,


what is the meaning of keyword in jcl?what is is opposite?

4 Answers  


in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes

4 Answers  


Explain the function of job statement in jcl?

0 Answers  


Categories