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 difference between next sentence and continue in cobol programing language?
How to know whether the module is dynamical or statistical?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how do you reference the ksds vsam file formats from cobol programs
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How can you get the ksds file records into your cobol program?
What are the pertinent COBOL
what is search and searchall?what is the diffrence between them?give an best example?
What is report-item in COBOL?
how to convert the recors form vsam file to db2 table tru file aid
What is comp-1 and comp-2?
Why did you choose to work with ibm mainframe cobol programming?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the usage of comp fields in cobol?
how to access the file from prodution from changeman tool and to submit a file to production