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 do you access an uncataloged dataset in a jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
Explain the function of a dd statement?
What is the purpose of dd * statement in jcl?
Name a few IBM utility programs, and explain its function.
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
which utility is used to sort a file in jcl?
Is acct parameter mandatory?
Explain how can the submitting users racf authority be overridden in a job stream?
when can a job time-out occur? How to overcome that?
What is one line to pass PARM from JCL to COBOL?
Explain dfsort utility?
What is the function of //cntl statement?
when does a dataset go uncataloged?
How to alter the parameters for the existing gdg?