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

4093 Abend +CEE1000S z/OS INTERNAL ABEND


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

New User


Joined: 07 Apr 2005
Posts: 56

PostPosted: Sun Jun 22, 2008 5:02 am
Reply with quote

Hi,

I am facing a 4093 abend in my online application and i am not able to get any clue about how to resolve this.
The message i can see in spool is -
+CEE1000S z/OS INTERNAL ABEND. ABCODE = 4093 REASON = 000003E8

Is anyone having any idea about this abend and could you please assist me how can i resolve this?

Thanks in advance
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: Sun Jun 22, 2008 5:16 am
Reply with quote

Hello,

For someone to help you need to post more complete info.

Which online (tso, ims, cics, other)? What other diagnostic info was presented (there is more, it may take a bit of looking to find it).

What does the process that abended do? Has it been recently changed? Has it ever worked or is this the initial testing?
Back to top
View user's profile Send private message
vinit_infy
Warnings : 1

New User


Joined: 07 Apr 2005
Posts: 56

PostPosted: Sun Jun 22, 2008 10:20 am
Reply with quote

dick scherrer wrote:
Hello,

For someone to help you need to post more complete info.

Which online (tso, ims, cics, other)? What other diagnostic was presented (there is more, it may take a bit of looking to find it.

What does the process that abended do? Has it been recently changed? Has it ever worked or is this the initial testing?


Hi,
This is CICS application and in testing phase. The application has lot of dynamic calls betwen diffrent modules.
I am getting this abend while calling to a particular modulefrom acalling program.
I tried toxpedite it but application got abended at the call statement. So i couldn't get any specificclue.

So, if you guys ever face this abend then pls advice me what should i do?

Thanks
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Sun Jun 22, 2008 11:06 am
Reply with quote

From what I can tell, the LE manuals treat 4093 as memory related. What does the CICS log show -- any storage messages? Have a STAT run on the CICS region and check the various storage areas for problems (especially UDSA and EUDSA).

Your description of the abend occurring when the call occurs lends credence to a storage problem, perhaps when loading the module. Check the compile output for the module and see how much memory the compiler is saying is needed in Working Storage (if COBOL).
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Mon Jun 23, 2008 2:54 am
Reply with quote

Agree with Robert 4093 is normally memory related, when your
COBOL application performs the call, make sure the area you are
passing is within the the boundary ownership of the COBOL program ?

You might try performing a google search

CEE1000S z/OS INTERNAL ABEND. ABCODE = 4093 REASON

I
found this

www-1.ibm.com/support/docview.wss?rs=1083&context=SSGMGV&q=&uid=swg1PK26279&loc=en_US&cs=utf-8&lang=en+en
Back to top
View user's profile Send private message
varun.miglani

New User


Joined: 25 Jun 2007
Posts: 2
Location: Gurgaon

PostPosted: Wed Dec 30, 2009 4:17 am
Reply with quote

Generally that problem occure during load module corruption and you can confirm the same by checkign the dump in the aband aid with the help of offset value checkign in the program at which abend occured
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 ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top