If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / samay simant
Hi,
I recommend the following steps:
1)Restart=step3 in the job card
2)cond=even in 4th step,what will happen it will bypass
this step even if 3rd step abends.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of the dd keylen parameter?
When output dataset space is required, what quantity categories are used?
How jcl is used for testing batch programs?
Why block size is multiple of lrecl in jcl?
Is their any limit for data sets?
I need exexution process for JCL programs
Matching Logic in Jcl not in cobol.Could any one please answer this question
What parameter directs the output of the job log dataset?
What is Cataloged Procedures?
Is it possible to define dd statements as you want?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What are steplib and joblib? What for they are used?
Name a few IBM utility programs, and explain its function.
Is condition checking possible in jcl? If yes, how?
How to override loadlib?