In a JCL if previous steps return code is greater than 0 or
4 then the next step will not execute. But the job will be
successfull with the maximum return code. How can we reset
this maximum return code to '0' regardless of return codes
of any steps?
Answer Posted / anju
If RC.stepname > 4
set maxxcc=0
End-if
Correct me if wrong.
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
What are the utility programs in jcl?
How jcl is used for testing batch programs?
What is condition checking in jcl? Is this possible?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
how JCL works?
Is their any set of rules for dd? Explain.
What do you understand by the term notcat 2 – gs?
When output dataset space is required, what quantity categories are used?
What is the difference between the positional and keyword parameters? Give examples.
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain how can an in-stream dataset be terminated?
What are steplib and joblib? What for they are used?
Is condition checking possible in jcl?
How to do automated restart when a job abend?