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 the control cards?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
which statement is used to end the in-stream procedure in a jcl?
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
which utility is used to sort a file in jcl?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
Can we create VSAM file by using IEBGENER?
what is a null indicator in db2?