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

Abend code AEYY


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

New User


Joined: 06 Oct 2010
Posts: 7
Location: Wilkes Barre, PA

PostPosted: Wed Oct 20, 2010 12:11 am
Reply with quote

IN one of my CICS task in batch, The below abend was present.

DFHDU0206I 2009/11/14 20:21:16 CICS**** A transaction dump for dumpcode: AEYY AEYY was suppressed by the XDUREQ USER EXIT.

There is no dumbs attached to it. I am not sure of what is XDUREQ. Can you please let me know with this information how can i identify the solution to fix this issue
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Oct 20, 2010 12:25 am
Reply with quote

publib.boulder.ibm.com/infocenter/cicsts/v3r2/index.jsp?topic=/com.ibm.cics.ts.messages.doc/cics_mc/AExx_abend_codes/AEYY.html
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Oct 20, 2010 12:27 am
Reply with quote

reread slowly the message, and You will understand
to give You a better hint, what is not clear in
Quote:
A transaction dump for dumpcode: AEYY AEYY was suppressed by the XDUREQ USER EXIT.


it would be strange to find a dump after the message, don' t You think?
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 20, 2010 12:36 am
Reply with quote

XDUREQ is the GLUE (Global User Exit) used to control dump allocation, printing, logging, etc. This is maintained/enabled by your CICS System Programmer.

AEYY definition (from the manual) - NOTALLOC

Your program is issuing an API, which can (and did) raise the NOTALLOC condition but it's not being handled in your program, with a RESP/NOHANDLE or an explicit HANDLE CONDITION NOTALLOC.

AEYY could also be Security related.

Bill
Back to top
View user's profile Send private message
Shanmugavel_03

New User


Joined: 06 Oct 2010
Posts: 7
Location: Wilkes Barre, PA

PostPosted: Wed Oct 20, 2010 4:04 am
Reply with quote

Thanks for your response..
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 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 REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top