I got user abend U4038 while compiling my runjcl..
can anyone help me?
Answer Posted / sadaf reahan
U4038 Abend comes when cobol compiler dont find the stop
run.
Just check your program and see Stop Run is at correct
place and program is terminating.
| Is This Answer Correct ? | 27 Yes | 7 No |
Post New Answer View All Answers
What is the difference between external and global variables in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
IF I mention stop run in CICS what happens?
How are the next sentence and continue different from each other?
Name the divisions, which are available in a cobol program?
How to print 10 to 1 if the input have only 10 digit number?
Write the code to count the sum of n natural numbers.
How do you reference the following file formats from cobol programs?
HOw can I get the negative sign while deduct high value from low value
how to move the records from file to array table. give with code example
How to know whether the module is dynamical or statistical?
how to refer the data field?
What is a report item?
What is the difference between goback, stop run and exit program in cobol?
Give some examples of command terminators?