in cobol main pgm is calling sub pgm but sub pgm does not
exists , what abend i get if submit the job?
Answers were Sorted based on User's Feedback
Answer / kiran
i think it will be s806...ie load module not found
| Is This Answer Correct ? | 13 Yes | 0 No |
How do we get current date from system with century?
What guidelines should be followed to write a structured Cobol program?
Write a program to explain size error.
can I copy book which contain db2 statment in procedure divion?
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
What is Comm?
2 Answers IBM, Kemper Corporation,
What do you feel makes a good program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How do you set a return code to the JCL from a COBOL program?
The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that