i have 3 steps in my jcl, where i want to run only one step
at a time depending on the variable. How should i give the
condition statement... I have tried this with two steps
which is working but not able to add condn for the 3rd
step. can anyone help me... I want to know the cond stmt
which i can code in step 3 and step4, so that only either
step2 or step3 or step4 executes
Answer Posted / uday bhaskar
if we refer cond perameter with first step then we can
bypass the third and forth steps also
if you not refer then it will take return code of the above
step so if above step was bypass then all will bypas
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
how you can access an uncataloged dataset in a JCL?
How can an in-stream dataset be terminated?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is the purpose of the dd keylen parameter?
when does a dataset go uncataloged?
what is use of disp parameter in dd statement?
Does jcl support automatic restart?
Where can program checkpoints be stored for use in a restart?
What is the function of the dd mgmtclas keyword in sms datasets?
List the different jcl statements that are not permitted in the procedures?
can any one plzzzzzz tell the jcl code for creating ps using idcams
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
a dd statement has 2 types of parameters. Name them?
How can a stopped job be started again?
What are steplib and joblib?