I got user abend U4038 while compiling my runjcl..
can anyone help me?
Answer Posted / geoffrey
This USER return code is often associated with the
following error, for example:
IGZ0037S The flow of control in program PROG8 proceeded
beyond the last line of the program.
This is a missing STOP RUN in a COBOL program named, for
example, PROG8.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is static and dynamic call in cobol?
How to know whether the module is dynamical or statistical?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how do you reference the ksds vsam file formats from cobol programs
What is comp-1 and comp-2?
What are declaratives and what are their uses in cobol?
what is the use of outrecord?
) How do u handle errors in BMS macro?
) How do u handle errors in BMS macro
How you can read the file from bottom?
Give some examples of command terminators?
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 ......
Explain about different table spaces.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the local-storage section?