i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl



i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl..

Answer / way4dinesh

STEP03 RC is 0
STEP7, EXEC, COND=(0,LT,STEP03)
STEP8, EXEC, COND=(0,LT,STEP03)
STEP9, EXEC, COND=(0,LT,STEP03)
STEP10, EXEC, COND=(0,LT,STEP03)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??

2 Answers   CSC,


Explain the purpose of dd dummy statement?

0 Answers  


Whats error code s222?

7 Answers   Patni,


What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?

12 Answers   Convergys,


What is the purpose of the dd keylen parameter?

0 Answers  






in ways data can be passed to a COBOL program from JCL?

0 Answers  


How do You skip a Step In JCL?

9 Answers   HTC,


I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.

1 Answers  


What is the purpose of dd * statement in jcl?

0 Answers  


Is it possible to code instream data in a PROC?

0 Answers  


what are JCLLIB and STEPLIB in JCL?

0 Answers  


Name the system library from which modules are retrieved at execution

2 Answers  


Categories