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
Matching Logic in Jcl not in cobol.Could any one please answer this question
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
what happens in execution stage in job processing?
Is acct parameter mandatory?
Is condition checking possible in jcl? If yes, how?
What is the difference between the positional and keyword parameters? Give examples.
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Must tape dataset definitions include vol=ser specifications?
What is catelog procedure and how many catelog procedure to use in one job?
What do you understand by the term job time – out and how can you overcome that?
When space is allocated for an output dataset, what units can be used?
What is one line to pass PARM from JCL to COBOL?
what is use of disp parameter in dd statement?
Define concatenating?
What is the purpose of disp parameter?