What is difference between Return Code, user completion
code, Abend code and reason Code?
Answers were Sorted based on User's Feedback
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 |
Return code when you sub any jobs ie status of job
Abend code if you ended with abend like address probelm etc
reason code if ims region is down
User completion code : needed
correct me if im wrong
| Is This Answer Correct ? | 2 Yes | 10 No |
Explain about LMQUERY�give a dialog information about a data set
What are some jcl statements that are not allowed in procedures?
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
what is the meaning of 'sysin dd dummy'
How do you override a parameter in Positional parameters?
What is 'S0C7' abend?
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
how you will define a temporary dataset in jcl?
Explain in DD statement what is the use of DCB parameter?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the syntax of JCL statement?
Explain about REXX