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
What is the function of the steplib dd statement?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
what happens in conversion stage in job processing?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is notcat 2 - gs?
What do you understand by the terms: joblib and steplib?
What happens if both JOBLIB & STEPLIB is specified ?
Explain the function of //jcllib statement?
What are steplib and joblib? What for they are used?
In job processing, what happens in execution stage?
Explain the purpose of dd dummy statement?
What is the function of the dd avgrec keyword in sms datasets?
how to do automated restart when a job abends?
Explain the function of the dd dcb keyword?
what is the compile process of cobol program expalin with code