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 are the different types of condition in cobol and write their forms.
what are decleratives in cobol?
What is amode(24)?
What rules are followed by the search verb.
Are you comfortable in cobol or jcl?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are the cobol coding sheets?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.
What guidelines should be followed to write a structured cobol prgm?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
) what is the difference between AID and HANDLE AID?
Difference between cobol and cobol-ii?
How arrays can be defined in COBOL?
explain sorting techniques in cobol program?