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
Can we use DISP=SHR in output file in JCL
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Can we call instream to catalog and catalog to instream?
How to override loadlib?
Explain about LMFREE�free data set from its association with data ID
when can a job time-out occur? How to overcome that?
How jcl is used for testing batch programs?
Explain how can an in-stream dataset be terminated?
Explain about ISPF/TSO Commands
What are the jcl procedures?
what is “Cond= even” and “Cond=only”?
What is the difference between the positional and keyword parameters? Give examples.
how you will the direct the data to spool using sysout option?
What is the purpose of the dd keylen parameter?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?