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 is one line to pass PARM from JCL to COBOL?
What are the rules employed while naming the steps in a job?
Is automatic restart possible in jcl? If yes, how?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
What is condition checking in jcl? Is this possible?
Explain how can the submitting users racf authority be overridden in a job stream?
What parameter directs the output of the job log dataset?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How can the disposition of sysout datasets be set for an entire jobstream?
Is condition checking possible in jcl? If yes, how?
Explain how can the attributes of one sms dataset be copied to another dataset?
Name what parameter directs the output of the job log dataset?
Explain about LMQUERY�give a dialog information about a data set
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?