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

AEIS abend


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

New User


Joined: 19 Jul 2010
Posts: 21
Location: Chennai

PostPosted: Fri Nov 18, 2011 3:59 pm
Reply with quote

Hi all,

I am getting AEIS abend when executing a transaction. this happens in the system region but does not come up in the unit test region. Also trickiest part is the programs are remote used in the KWCA transaction.
so in the system region , if i am using for a different brand , the trnsaction is not abending. only for one brand its happening , so I donot think its a program issue.. could be an environment issue.
the program has a handle condition . below is the error :

Code:
+GSVC201E Tran=KWCA Task= 198 Code=AEIS Program=CW8000 ReqID= Resource=         
+BN9003CIA UNEXPECTED CICS RETURN CODE *EXEC CICS HANDLE* ABEND AEIS KWCA CW8000
+BN9003CIA CICS ERROR HAS OCCURRED                                             


I am trying to put some displays for EIBRESP code and see why its abending.. meanwhile any tips or inputs is appreciated.


Thanks
Job1919
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Nov 18, 2011 4:21 pm
Reply with quote

Any particular reason that you post a CICS related topic in the DFSORT forum.
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: Fri Nov 18, 2011 7:11 pm
Reply with quote

In the Transaction Dump, find your Exec Interface Block, either User or System. Then, within the Block, locate the offset associated with EIDS, which is the last dataset that CICS had attempted to access, at X'23' off the start of the EIB, relative to zero.

AEIS raises an abend when the NOTOPEN condition is not specifically handled or you've not used either RESP or NOHANDLE in the API and interrogated its value after API completion.

Although AEIS is not raised specifically for a NOTOPEN dataset, it's most likely that this was the smoking gun.

You can also use IBM transaction CMAC to get information about this and other abends and messages.

For further assistance, contact Tech Support personnel and/or your CICS System Programmer(s).

Mr. Bill
Back to top
View user's profile Send private message
Jose Mateo

Active User


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

PostPosted: Fri Nov 18, 2011 7:18 pm
Reply with quote

Good day!

AEIS is a NOTOPEN condition, my guess would be that in the system region when processing that particular brand that's causing the problem the program is trying to access a file that is not open (this also could be that a file doesn't exist which in turn can not be open). Make sure that all files in the system region are open to which the program has access to.
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