Answer Posted / azar
Maxcc-Maximum Condition code: It is one for job. It will be 0 if job is executes successfully.
RC-Return code: It is one for each step in the job. Each step will return some code before going to next step. That code can be called as Return Code.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what are decleratives in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is Pic 9v99 Indicates in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
what is search and searchall?what is the diffrence between them?give an best example?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How to remove 2 duplicate records and copy only one using job control language?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is report-item in COBOL?
What is the LINKAGE SECTION used in COBOL?
In which area will you utilize 88 level items in cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?