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

SYSTEM Abend Code 04E in BIND step


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

New User


Joined: 21 Aug 2007
Posts: 3
Location: india

PostPosted: Wed Aug 22, 2007 6:46 pm
Reply with quote

Hi everyone,

I am working on cobol+db2+cics project..
i am getting the following error in BIND step.
can anyone tell me why this one is coming?


IKJ56641I DSN ENDED DUE TO ERROR+
IKJ56641I SYSTEM ABEND CODE 04E REASON CODE 00E20028
PSW 077C1000877E338E ASIDS: HOME = 002B PRIMARY = 0042 SECONDARY = 002B


Dilip.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Aug 22, 2007 7:16 pm
Reply with quote

Dilip, you are required to post the description of the error and what, if any, steps you have taken to resolve it. It's not up to the Forum members to do that for you.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Aug 22, 2007 7:18 pm
Reply with quote

DB2 abend completion codes (X'04E' and X'04F)

Quote:
X'04E'
An X'04E' abend completion code indicates that DB2 detected an internal error and abended a DB2 internal task (TCB) or a user-connected task. Errors associated with an X'04E' abend completion code might be preceded by an MVS system code or by internal errors.
Back to top
View user's profile Send private message
anv2005

New User


Joined: 14 Jul 2005
Posts: 44
Location: US

PostPosted: Thu Aug 23, 2007 2:28 am
Reply with quote

The abend 04E is accompanied by the reason code 00E20028.

The IBM DB2 V8 Messages and Codes description follows below.

It seems like you'd need to have IBM support involved to debug the issue.
Unless. you see some additional information on the system or DB2 load.

Regards,
Alex.

4.14.40 00E20028

Explanation: Either the get stack, deallocate stack or release stack storage function detected that an SKB was invalid or was not represented accurately in the all-segment table.

This abend reason code is issued by the following CSECTs: DSNSVSTK, DSNSTACK

System Action: The invoker is abended.

Operator Response: Notify the system programmer.

System Programmer Response: If you suspect an error in DB2, refer to Part 2 of DB2 Diagnosis Guide and Reference for information on identifying and reporting the problem.

Problem Determination: Diagnostic information is recorded in SYS1.LOGREC, and a DB2 dump is requested. Register 7 contains the value of the stack segment (SKB).
Back to top
View user's profile Send private message
anv2005

New User


Joined: 14 Jul 2005
Posts: 44
Location: US

PostPosted: Thu Aug 23, 2007 2:30 am
Reply with quote

I made a mistake in my previous response:

"Unless. you see some additional information on the system or DB2 load. "

Should read:

"Unless. you see some additional information on the system and DB2 logs."

Sorry,
Alex.
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 Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
Search our Forums:

Back to Top