What is difference between Return Code, user completion
code, Abend code and reason Code?
Answer Posted / jayaprabhu
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 |
Post New Answer View All Answers
What does a disposition of (new,catlg,keep) for a dsn mean?
What are some jcl statements that are not allowed in procedures?
Name the statement which can be used to send data to another mvs jes3 node?
Explain the hierarchy levels in jcl?
what operation is performed by job statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
In sms datasets, what is the function of the dd avgrec keyword?
what is use of disp parameter in dd statement?
How do you overcome this limitation ?
Differentiate between addressing mode and run mode.
what are JCLLIB and STEPLIB in JCL?
What is the purpose of dd dummy statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?