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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Define concatenating?
How to DEBUG a JCL?
How to get cursor position from system in CICS environment ?
What is the function of //jcllib statement?
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
List the different jcl statements that are not permitted in the procedures?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
How to use COND Parameter in jcl
do we need to mention the location of catalogued procedure for each it's call in a single job?
what is JCL?
how to compare two datasets without using superce because output is limited to 133 bytes
How do you check the syntax of a JCL without running it?