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 |
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
how to identify a vasam dataset by seeing in 3.4(browse)
which statement is used to end the in-stream procedure in a jcl?
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
how to edit a tape dataset ? asked in wipro
Is it possible to left uncode disp? If yes, how?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
Name some of the JCL statements that are not allowed in procs.?
What is the purpose of the dd keylen parameter?
Explain about ISPF/TSO Commands