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 / mf guy
Maximum Return code can be set with the help of SET verb.
SET MAXCC=0 at the abending step.
Thanks.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Explain the function of the steplib dd statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
How can an in-stream dataset be terminated?
A dd statement consists of 4 fields. Name them?
what is the JCL statement consists of?
List the different components of jcl statement?
what happens in execution stage in job processing?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What are the parameter we cannot use in procedure?
How do you access an uncatalogued dataset in a jcl?
What is the maximum length of a single line of jcl?
For what purpose steplib and joblib are used ?
Name a few IBM utility programs, and explain its function.
when does a dataset go uncataloged?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?