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 / srk
can u specify the code for above problem
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does the jcl specify the job to os?
Are there any set of rules for the names of the steps used in a job? What are they?
What parameter directs the output of the job log dataset?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Differentiate between the joblib and the steplib statements?
Give the syntax of job specifying jcl statement.
How to override loadlib?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the function of job statement in jcl?
which utility is used a dummy utility?
i want to store 20 digits . how will u do it in cobol ?
What are the 4 fields in dd statement?
what is the use of JCL?
what are JCLLIB and STEPLIB in JCL?
What do you understand by the terms: joblib and steplib?