I have a JCL with 100 steps. I want run the Alternate steps
in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this
scenario? If It is by Cond Parameter can you provide the
Condition code for that?

Answer Posted / sathish kumar

In job card give restart=stepname2
from stepname3 to consecutive ODD steps give the below
condition
cond=(4095,GE)
This will execute the steps stepname2,4,6,8.... and
bypasses the odd steps.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1952


Define concatenating?

669


what are the types of abends that occur on job failure? And explain the possible causes of these

1123


Is their any set of rules for dd? Explain.

664


What does a disposition of (MOD,DELETE,DELETE) mean ?

668






how to run batch program without jcl?

10093


how do you access an uncataloged dataset in a jcl?

848


Must tape dataset definitions include vol=ser specifications?

987


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

862


how would you create a temporary dataset? And where will you use them?

772


what is the JCL statement consists of?

699


Explain how can the attributes of one sms dataset be copied to another dataset?

709


Explain dd statement in jcl?

646


How gdg are concatenated?

672


What do you understand by the term notcat 2 – gs?

759