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

Help required in deciphering CICS Abend


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
genesis786

Active User


Joined: 28 Sep 2005
Posts: 210
Location: St Katherine's Dock London

PostPosted: Wed Oct 03, 2012 6:22 pm
Reply with quote

Hi

We are getting a storage violation abend (4094) in one of CICS transactions in production environment.

We tried to simulate it in test but were not successful. I also tried going through some of the topics on forum for abend code 4094, but couldn't relate much.

I have the dump of fault analyzer with me which i can share.

Could anyone please help in deciphering the dump from fault analyzer in finding out any clues.
Back to top
View user's profile Send private message
Jose Mateo

Active User


Joined: 29 Oct 2010
Posts: 121
Location: Puerto Rico

PostPosted: Wed Oct 03, 2012 7:25 pm
Reply with quote

Good day!

U4094 is a LE abend code, is there a CICS transaction abend code?
Is the abend associated with a modification done to one or more online programs? What messages are been display on the SYSLOG during the abend? Storage violation are very difficult to solve but not impossible so you should get as much information on the abend, your system programmer could lend you a hand on using some utility on detecting the storage violation.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Oct 03, 2012 7:31 pm
Reply with quote

Storage overlays can be difficult to debug since the instruction causing the overlay may be far away from where the program actually abends. I would guess the GETMAIN in TRACE entry 370 is not long enough to hold all the data, but it would probably require IPCS on a system dump to confirm that. The GETMAIN length plus the address gives ...FD86, and since the storage overlay appears to be at ...FD90 (which would be in the middle of the 8-byte trailing identification block.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed Oct 03, 2012 7:48 pm
Reply with quote

Webcast replay: Debugging Storage Violations in CICS -

www-01.ibm.com/support/docview.wss?uid=swg27007891
Back to top
View user's profile Send private message
genesis786

Active User


Joined: 28 Sep 2005
Posts: 210
Location: St Katherine's Dock London

PostPosted: Thu Oct 04, 2012 1:23 pm
Reply with quote

Thanks everyone. I will try to gather more info as you have pointed above and get in touch with sys progs.

Thanks Bill for the webcast!
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top