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

CEE3250C The system or user abend AEYY was issued.


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

New User


Joined: 24 May 2010
Posts: 92
Location: Pune

PostPosted: Fri Aug 07, 2015 1:01 pm
Reply with quote

Hi All,


My program is abending with the below error message:

'CEE3250C The system or user abend AEYY was issued.'

Please advise.

Thank you.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Aug 07, 2015 1:35 pm
Reply with quote

This means your program failed. Advice would be to fix it.

Whilst this is rather general, you haven't provided much to give better advice on.
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1216
Location: Dublin, Ireland

PostPosted: Fri Aug 07, 2015 5:47 pm
Reply with quote

Abend AEYY is NOTALLOC - so something is not allocated.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Fri Aug 07, 2015 7:58 pm
Reply with quote

Possible reasons for this error include, but are not limited to:
- Your ALLOCATE failed but you proceeded as if it worked
- Your ALLOCATE worked but you didn't save the CONVID
- Your ALLOCATE worked but the CONVID you used for the next command isn't the same as returned by ALLOCATE
- You never issued an ALLOCATE
- There was a network error and the CONVID is no longer valid

etc
etc
etc

The quality of the response you get is related to the quality of the question you asked. You asked a broad, overly generic question with no details -- so you're going to get back a broad, overly generic answer with no details.
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Avoid job abend on dataset held by us... JCL & VSAM 6
No new posts CICS UCTRAN=NO not working, need syst... CICS 3
No new posts After newcopy the CICS program user f... CICS 7
No new posts User ABEND U0476. Need help. IMS DB/DC 1
No new posts ABEND 0717 during starting IMS IMS DB/DC 0
Search our Forums:


Back to Top