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 / anjui
We can achieve it through if then else statement in jcl
along with the instream proc.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Name the statement which can be used to send data to another mvs jes3 node?
What are the 4 fields in dd statement?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
how you can access an uncataloged dataset in a JCL?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is multithreading in jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is jcl in mainframe?
Is it possible to left uncode disp? If yes, how?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what are the statements that are not valid to be included in an include statement?
How to do automated restart when a job abend?
what are the various stages of job processing?
how to compare two datasets without using superce because output is limited to 133 bytes
What is the purpose of dd?