IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

JCL run time error: user abend U 004 R=NULL was issued


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Jatin saraf

New User


Joined: 30 Mar 2007
Posts: 22
Location: United States of america

PostPosted: Wed Jul 11, 2007 12:05 am
Reply with quote

Hi,

I have a program TTEF158 that calls program TTEF120. Both the programs access DB2 tables. The compilation and the Bind for both the programs has gone through fine. After running program TTEF158 the following error occured:-
The system or user abend U 004 R=NULL was issued. From compile unit TTEF158 at entry point DB2ENTRY at compile unit offset +00002408 at entry offset +0000059E at address 24202DA8.
Also the sysout does not show any useful message. Can anybody guide me on how to track the error from this???

Thanks.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Jul 11, 2007 12:33 am
Reply with quote

Hello,

You need to post some more info.

Please post all of the jcl for the problem step as well as the jes and sysout info from that step.

Other than db2, is any other module/service invoked?

Does the step create any output at all? Are there any datasets that have a disp of (new,catlg,delete)? If there are, please change them to (new,catlg,catlg) so they can be looked at to see if any output was created. The disp can be put back once this is resolved.
Back to top
View user's profile Send private message
Jatin saraf

New User


Joined: 30 Mar 2007
Posts: 22
Location: United States of america

PostPosted: Wed Jul 11, 2007 3:18 am
Reply with quote

Hi,

The problem got solved. The program TTEF120 was not compiled as a subroutine. Thanks.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Jul 11, 2007 3:38 am
Reply with quote

You're welcome.

Thanks for posting the resolution icon_smile.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts To get the the current time DFSORT/ICETOOL 13
Search our Forums:

Back to Top