What is difference between Return Code, user completion
code, Abend code and reason Code?
Answer Posted / srinivasa gudla
A RETURN_CODE shows the status of each step within a job and
the maximum RETURN_CODE is 256.
Return code - is issued by the program and can be set to any
value up to an arbitary limit (4096 I think). To know the
meaning of the return code you need to read the
documentation of the program / product / utility that is
being executed. i.e. RC16 from SORT does not mean the same
thing as RC16 from IDCAMS.
Abend / User completion code - are codes that reflect the
nature of the abend. System abends are documented by IBM,
user completion codes are the same as above for return codes.
Reason code - May or may no be used in conjunction with
abends codes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you create a temporary dataset?
which parameter is use to declare the name of dataset in dd statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
whats the diff bw the evaluate also and and?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Name a few IBM utility programs, and explain its function.
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
Is it possible to left uncode disp?
What is the use of symbol // in jcl?
Is their any limit for data sets?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How does jcl act on code(if you take a cobol program)?