If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > S04E for COBOL/DB2 stored procedure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-06-07, 16:36
mank30 mank30 is offline
Registered User
 
Join Date: Nov 2007
Posts: 2
S04E for COBOL/DB2 stored procedure

Hi

I am getting S04E message in WLM for one of my cobol/db2 stored procedure. Does anybody know what could be the reason?
Reply With Quote
  #2 (permalink)  
Old 11-06-07, 16:44
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Have a look here on what S04E stands for: http://publibz.boulder.ibm.com/cgi-b...761/SPTM014845

For more information, you would have to provide more details (like reason code etc.)
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #3 (permalink)  
Old 11-08-07, 16:58
mank30 mank30 is offline
Registered User
 
Join Date: Nov 2007
Posts: 2
Actual error is like this;

CEE3250C THE SYSTEM OR USER ABEND S04E R=00E50013 WAS ISSUED.
FROM COMPILE UNIT 'SP Name' AT ENTRY POINT 'SP Name' AT COMPILE UNIT OFFSET +0000E49C AT ENTRY OFFSET +0000E49C AT ADDRESS 214BC49C.
Reply With Quote
  #4 (permalink)  
Old 11-09-07, 08:55
jsharon1248 jsharon1248 is offline
Registered User
 
Join Date: Apr 2007
Location: Chicago
Posts: 57
I think that the DB2 messages in this case are generic for 'the stored proc failed'. Were there any other messages in the JES log? You might find the messages at the very top of the WLM sysout. You'll also want to check the compile listing to see what's going on right around offset E49C. You probably have a typical failure like a S0C7 and the WLM is confusing the issue because it's displaying it's messages in addition to the messages for the program failure.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On