Hi,
Greetings.
I want to set a return code to the MAXCC before my JCL ends. For example, My JCL is right when it return 16 as MAXCC (Under condition of Empty file).Unfortunately it is not a valid return code in common. Hence i would like to go with execute IDCAMS or other utility to set the MAXCC to 4 or less then 4 as return code. My JCL will be like below
1. STEP01 --> This step will return the code 16
2. STEP02 --> This should be IDCAMS or other utility to change the MAXCC to less then 4 from the previous MAXCC 16.
Problem :
1. I have done the changes but unfortunately my JCL still throw the maximum return code for the step executed in entire JCL.
Needs :
1. I want to change the entire MAXCC value, so that the jcl will through the value which i have set at last
2. I want to change the particular step MAXCC or returncode in a subsequent another step.