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
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What are the 4 fields in dd statement?
what is DD statement is used in JCL?
In job processing, what happens in execution stage?
Explain the function of the steplib dd statement?
List the different components of jcl statement?
a dd statement has 2 types of parameters. Name them?
what is DSN parameter and DISP parameter is used for?
Is it possible to define dd statements as you want?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the difference between the positional and keyword parameters? Give examples.
what are JCLLIB and STEPLIB in JCL?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
In sms datasets, what is the function of the dd avgrec keyword?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?