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

What does the CICS abend AFCY and AFCI


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

New User


Joined: 23 Oct 2006
Posts: 13

PostPosted: Wed Aug 08, 2007 2:56 pm
Reply with quote

What does the CICS abend AFCY and AFCI stands for ? How can we resolve the same ?

Thanks,
Ramkumar M.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Wed Aug 08, 2007 3:52 pm
Reply with quote

Interesting interview question.....
A is for CICS abend.
FC is for File Control.
I & Y is for nothing really, but both refer to a transaction that was purged while accessing file control.
Have you looked at the Messages and Codes manual?
Back to top
View user's profile Send private message
ramvivek

New User


Joined: 23 Oct 2006
Posts: 13

PostPosted: Thu Aug 16, 2007 10:37 am
Reply with quote

I did checked in the manual; but couldnt get what is explained there. Can someone elaborate the cause and fix for these abends ?

Thanks,
Ram,
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu Aug 16, 2007 2:32 pm
Reply with quote

Somebody PURGEd or FORCEPURGEd the transaction or it was timed out or CICS terminated it because of an SOS condition....
Back to top
View user's profile Send private message
Rameshs

New User


Joined: 15 Jun 2005
Posts: 53
Location: India, Chennai

PostPosted: Tue Mar 16, 2010 6:45 pm
Reply with quote

Can we able to capture the abend code AFCY with the below code ?.

Code:
EXEC CICS                                 
  ASSIGN ABCODE(AWS-ABEND-CD)             
         ABPROGRAM (AWS-ABEND-MODULE)     
END-EXEC     
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