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 / balmukund
You can not setup the MAXCC= 0 in next step if previous
steps returned the RC>0. I means to day it is impossible to
setup the RC with less number than MAXCC returned by
previuos steps.
Better to setup the MXXCC = 0 in previous step.
If any one think its possible please specify the code.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
what are the statements that are not valid to be included in an include statement?
what is use of dcb parameter in dd statement?
Is their any set of rules for dd? Explain.
List in order the hierarchical levels of jcl?
What are hierarchy levels in jcl?
what is SOC4 error?
What happens if both JOBLIB & STEPLIB is specified ?
List the different jcl statements that are not permitted in the procedures?
What is Cataloged Procedures?
Can we use DISP=SHR in output file in JCL
how you can direct the data to spool using SYSOUT option?
What is the purpose of dd?
Explain the function of job statement in jcl?
what operation is performed by job statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?