View previous topic :: View next topic |
Author |
Message |
vini Intermediate
Joined: 12 Jan 2004 Posts: 240 Topics: 48 Location: Maryland
|
Posted: Thu Feb 05, 2004 12:20 pm Post subject: System or User Abend U 000 R=NULL <== Message |
|
|
Hi ,
I got the following Abend Message in Sysout after attempting to fix a SOC7, compiling and re-running a Batch pgm.
"The system or user abend U 000 R=NULL was issued.
From compile unit ASX805 at entry point ASX805 at compile unit offset +0000BC28 at address..."
I could use an earlier post on abend analysis by Kolusu (thnks a ton!) to get to the Lines at which the abends occured and that line looks innocent for this one but is as follows:
CALL WSC-AJI011 USING WSP-AJI011-PARM
This Pgm being called (AJI011) Formats and Prints Errors encountered in the Calling program and all Batch programs have this call. Apparently AJI011 hasnt been recently compiled...so I assume could not itself be cause of error (correct me if am wrong).
What could be the possible reasons for this error ? Also if you see the error has a number of 000 ....the reason I am more confused if its even a real abend or just something superficial ?!!!
Thnks
Vini.
Last edited by vini on Thu Feb 05, 2004 1:59 pm; edited 1 time in total |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Thu Feb 05, 2004 1:08 pm Post subject: |
|
|
Vini,
Can you also post the error message id(probaly starst with CEE...)? It would be better if you can post the entire sysout message
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
vini Intermediate
Joined: 12 Jan 2004 Posts: 240 Topics: 48 Location: Maryland
|
Posted: Thu Feb 05, 2004 1:13 pm Post subject: |
|
|
kolusu ,
The full message is :
"CEE3250C The system or user abend U 000 R=NULL was issued.
From compile unit ASX805 at entry point ASX805 at compile unit offset +0000BC28 at address 10537F78.
<> LEAID ENTERED (LEVEL 11/12/2002 AT 21.43)
<> LEAID PROCESSING COMPLETE."
I also made some updates to my earlier post.
Thnks
vini |
|
Back to top |
|
|
vini Intermediate
Joined: 12 Jan 2004 Posts: 240 Topics: 48 Location: Maryland
|
Posted: Thu Feb 05, 2004 3:09 pm Post subject: |
|
|
Hi ,
Pls. ignore ...NOT a problem anymore . There was a mismatch between a DD name in JCL and that of pgm. The offset pointing to AJI011 Call seems correct in a way ..as AJI011 is the inhouse pgm for abend reporting.
I missed seeing the following User Abend message in Job listing (not part of sysout)..
PROGRAM : ASX805
ERROR TYPE : ABEND
PARAGRAPH : 10600-GET-ASOF-DATE
SQL/FILESTAT : 00000
ERROR MSG : COULD NOT OPEN PARM FILE
Vini |
|
Back to top |
|
|
|
|