what is the difference between return code and maxcc?
Answers were Sorted based on User's Feedback
Answer / srinivas
A RETURN_CODE shows the status of each step within a job, however a MAXCC is counted by the operating system after execution of a complete job which is the maximum of one of the step.
| Is This Answer Correct ? | 22 Yes | 1 No |
Answer / 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 |
What is a Dummy Utility and what it does ?
How do you create a temporary dataset?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
how to modify the copy book?explain with examples
Differentiate between the joblib and the steplib statements?
Are there any set of rules for the names of the steps used in a job? What are they?
What do you understand by jcl?
what is the use of IEBGENER utility?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
Matching Logic in Jcl not in cobol.Could any one please answer this question
what will be the error code if duplicate key of VSAM file is found?
what is d/f b/w sysout & sysprint