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
Can I share my data with other jobs? How?
what is use of dsn parameter in dd statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
in ways data can be passed to a COBOL program from JCL?
What is the function of the dd avgrec keyword in sms datasets?
What is the function of //jcllib statement?
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain the function of job statement in jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
What do you know about jcl?
What is the difference between run mode and addressing mode?
What are steplib and joblib? What for they are used?
What is Cataloged Procedures?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Is there any command to check wether the ps file is in sorted order?