what is the difference between return code and maxcc?
Answer Posted / praveen b
RC - Return code
MAXCC - Maximum conditon code
RC is the value written by each step after the completion
(either way successful or not).
MAxcc is the value written by the job to the OS meaning the
Maximum value of all the steps in the job is given as MAXCC
and the same is written to OS by the job.
Let me know if you need any more clarification.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
what JCL Procedures?
Explain the function of dd disp parameter?
Is automatic restart possible in jcl? If yes, how?
What is NOTCAT ?
what is “Cond= even” and “Cond=only”?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the format of comment statement?
What are some jcl statements that are not allowed in procedures?
What is the function of //cntl statement?
Must tape dataset definitions include vol=ser specifications?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Explain the job statement in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How to alter the parameters for the existing gdg?
Is their any set of rules for dd? Explain.