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
Is it possible to code instream data in a PROC?
Are there any set of rules for the names of the steps used in a job?
Define concatenating?
Describe the various parameters utilized in the creation of a gdg?
Mention the types of job control statements?
What parameter of the job statement is used to limit the cpu time consumed by the job?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what are the types of abends that occur on job failure? And explain the possible causes of these
In sms datasets, what is the function of the dd mgmtclas keyword?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain the function of the dd dcb keyword?
Explain how can the attributes of one sms dataset be copied to another dataset?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?