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 |
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What does IEBGENER do?
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
Is it possible to define dd statements as you want?
Is automatic restart possible in jcl?
The maximum number of steps in a job?
what is use of dsn parameter in dd statement?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 Answers Cognizant, IBM, IGT,
When we give TYPERUN = SCAN , what are the syntax errors we get?