|
|
| Author |
Message |
vapsvina Warnings : 1 New User
Joined: 11 May 2005 Posts: 1
|
|
|
|
Hi,
While running one program I am getting abend as follows
COMPLETION CODE - SYSTEM=000 USER=4094 REASON=00000018
I havent coded any user defined abend.Can anyone tell me the exact reason of this abend.
Plz reply ASAP
Thanks,
Vapsvina |
|
| Back to top |
|
 |
References
|
Posted: Wed May 11, 2005 8:28 pm Post subject: Re: abend- COMPLETION CODE - USER=4094 REASON=00000018 |
 |
|
|
 |
SteveConway
New User
Joined: 26 May 2005 Posts: 30 Location: Northern VA, USA
|
|
|
|
What program were you executing?
U40xx are usually LE runtime abends.
LE Run-Time Messages http://publibz.boulder.ibm.com/epubs/pdf/ceea9150.pdf says this:
U4094 (X'FFE') Explanation: An abend was issued during termination, when errors were detected.
X'10' (16) Condition management could not properly terminate.
This is not very helpful, but the LE Debugging Guide http://publibz.boulder.ibm.com/epubs/pdf/ceea1150.pdf may be of assistance.
Start by verifying your LE runtime (SYS1.SCEERUN) is linklisted ahead of old programming language run-time libraries.
Cheers,,,Steve |
|
| Back to top |
|
 |
|
|