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


Please Help Members By Posting Answers For Below Questions

What are different data types in cobol?

701


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

725


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8189


Why would you use find and get rather than to obtain?

699


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

693






What are various search techniques in cobol? Explain.

658


Explain how you can characterize tables in cobol?

654


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

751


When is inspect verb is used in cobol?

684


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3732


what are decleratives in cobol?

1831


Write a cobol program making use of the redefine clause.

743


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1239


What rules are to be followed while using the corresponding options?

647


How many sections are there in data division in COBOL?

690