CICS Abend Codes Reference


When abnormal conditions occur, CICS sends a message to CSMT transient data destination that contains the transaction ID, the program name and the abend code. An abend code indicates the cause of an error. An abend code may have been originated by CICS or by a user program.

CICS transaction dump is provided at abnormal termination. All CICS transaction abend codes described with 4-character alphanumeric codes (abcode) of the form Axxy. The Axxy is described as -

  • A - is the IBM-assigned designation of a CICS transaction abend.
  • xx - is the 2-character code assigned by CICS to identify the module that detected an error.
  • y - is the 1-character alphanumeric code assigned by CICS.

List of Abend Codes with Solution -


Error Description System Action Solution
AAL2 Either an incorrect response (other than PURGED) was returned from the suspend of the allocated task, or an incorrect response was returned from the resum The transaction is abnormally terminated with a dump. Check the return code from the resume or the suspend to determine the cause of the error.
AAL3 The task has been purged before a GETMAIN request to the storage manager (SM) domain was able to complete successfully. The task that first detected the purged condition provides an exception trace. The task is abnormally terminated with a CICS transaction dump. It was purged either by the master terminal operator or as a result of a deadlock timeout. Investigate the reason why the task was purged.
AALO An error has occurred on a call to the CICS/DB2 table manager DFHD2TM. The domain that detected the original error provides a trace entry and possibly a system dump. The task is abnormally terminated with a CICS transaction dump. Inform the system programmer. Examine the trace and the dump to identify the point of error.
ABM9 The text data overflow routines have been reentered while text overflow was in process. This condition occurs when the line requirements for the text header and/or trailer exceed the line capacity of the page for which data is being formatted. The transaction is abnormally terminated with a CICS transaction dump. Reduce the number of lines required for the header and/or trailer or increase the page size of the terminal.
ABM8 A BMS text request specified a value for the JUSTIFY option which is zero or too large for the page being built. The transaction is abnormally terminated with a CICS transaction dump. Correct the application program that specified too large or zero value for the JUSTIFY option.
ABM7 The trailer specified to be used while building pages of text data is longer than the page. The transaction is abnormally terminated with a CICS transaction dump. Correct the application program that issues the request with too long a trailer.
ABM3 A BMS input or output request has been issued from a task that is not terminal-oriented. The task is abnormally terminated with a CICS dump. The task issuing a BMS input or output request must be attached to a terminal.
ABM1 A basic mapping support (BMS) service is requested by a task associated with a terminal that is not supported by BMS. The request is not a routing request. The transaction is abnormally terminated with a CICS transaction dump. Do not use terminals not supported by BMS for applications using BMS services.
ABM0 The map specified for a basic mapping support (BMS) request could not be located. The transaction is abnormally terminated with a CICS transaction dump. Check if the map has been defined. If it has, check that it has been specified correctly.
ABMB The user has specified a cursor position in the BMS output request. It is larger than the current screen size for the 3270 for which output is being built. The transaction is abnormally terminated with a CICS transaction dump. Correct the program that specified the incorrect cursor location.
ABMA The user has supplied a terminal I/O area (TIOA) with an invalid data length that was either equal to zero or greater than the storage accounting length minus 12. The transaction is abnormally terminated with a CICS transaction dump. Correct the program that supplied the erroneous data length.
ABMF The value specified for the length option of the basic mapping support (BMS) send map is greater than the length of the 'from' area. The transaction is abnormally terminated with a CICS transaction dump. Redefine the value for the length option.
ABMX "A text string passed to BMS contained a set attribute order that was invalid for one of the following reasons:The set attribute sequence was less than three characters.The attribute type was invalid." The task is abnormally terminated with a CICS transaction dump. Correct the application program.
ABMU The application program supplied an address that is not within region boundaries. The transaction is abnormally terminated with a CICS transaction dump. Correct the application program that is supplying the erroneous address.
ABMO The map specified for a BMS output mapping request was not an output map. The transaction is abnormally terminated with a CICS transaction dump. Either define another output map or redefine the existing map.
ABMM An invalid map was specified. The transaction is abnormally terminated with a CICS transaction dump. Use the supplied dump to diagnose the problem.
ABMI The map specified for a BMS input mapping request was not an input map. The transaction is abnormally terminated with a CICS transaction dump. Either define another input map or redefine the existing map.
ABXV The client code page which has been requested by the client is not one which CICS can support. The transaction is abnormally terminated with a transaction dump. Ensure that the Client codepage is valid.
ABXC An error occurred when a SYNCPOINT request was issued by the bridge exit. The task is abnormally terminated with a CICS transaction dump. Check for other CICS messages and exception trace entries to investigate the cause of the SYNCPOINT error.
ABXD An error occurred when a SYNCPOINT ROLLBACK request was issued by the bridge exit. The task is abnormally terminated with a CICS transaction dump. Check for other CICS messages and exception trace entries to investigate the cause of the SYNCPOINT ROLLBACK error.
ABRR The user transaction's profile could not be found. The task is abnormally terminated with a CICS transaction dump. Check that the profile name in the user transaction definition is correct, and that this profile has been defined.
ABNC An attempt to access a temporary storage queue failed. The task is abnormally terminated with a CICS transaction dump. Ensure that temporary storage is correctly generated.
ABNE An error response was received from an invocation of a BMS TYPE=ROUTE or TYPE=STORE request. The task is abnormally terminated with a CICS transaction dump. Check that BMS was correctly generated.
ABNH An attempt to ship data to the remote system failed. The task is abnormally terminated with a CICS transaction dump. Inform the system administrator.
ACSI An APPC conversation failure occurred when an attach between CICS systems was issued. The task is abnormally terminated with a CICS transaction dump. Check the connection to the remote CICS system and try to reestablish it.
ACSO An IPIC conversation failure occurred when an attach between CICS systems was issued. The task is abnormally terminated with a CICS transaction dump. Check the connection to the remote CICS system and try to reestablish it.
AEE1 The application program called an AMODE(64) command stub, but was not executing in AMODE(64). The task is abnormally terminated with a CICS transaction dump. Ensure that the application program is in the correct AMODE and is calling the correct stub program.
AEE0 An application that is executing in AMODE(64) called CICS using a stub program that does not support AMODE(64). The task is abnormally terminated with a CICS transaction dump. Ensure that the application program calls the correct stub program in the correct AMODE.
AEIA ERROR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEID EOF The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIE EODS The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIG INBFMH The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AIEH ENDINPT The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEII NONVAL The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIJ NOSTART The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIK TERMIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIL FILENOTFOUND The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIM NOTFND The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIN DUPREC The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIO DUPKEY The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIP INVREQ The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIQ IOERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIR NOSPACE The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIS NOTOPEN The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIT ENDFILE The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIU ILLOGIC The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIV LENGERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIW QZERO The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEIZ ITEMERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEI0 PGMIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEI1 TRANSIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEI2 ENDDATA The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEI3 INVTSREQ The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEI4 EXPIRED The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEI8 TSIOERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEI9 MAPFAIL The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEXC RESIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEXF ESCERROR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEXG UOWLNOTFOUND The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEXI TERMERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEXJ ROLLEDBACK The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEXK END The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEXL DISABLED The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEXU NOTPOSS The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEXV VOLIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEXW TASKIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEX1 DSNNOTFOUND The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEX2 LOADING The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEX3 MODELIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEX4 UOWNOTFOUND The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEX5 PARTNERIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEX6 PROFILEIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEX7 NETNAMEIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEX8 LOCKED The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEX9 RECORDBUSY The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYA INVERRTERM The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYB INVMPSZ The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYC IGREQID The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYE INVLDC The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYG JIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYH QIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYJ DSSTAT The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYK SELNERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYL FUNCERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYM UNEXPIN The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYN NOPASSBKRD The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYO NOPASSBKWR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYP SEGIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYQ SYSIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYR ISCINVREQ The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYT ENVDEFERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYU IGREQCD The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYV SESSIONERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYX USERIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEYZ CBIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEY0 INVEXITREQ The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEY1 INVPARTNSET The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEY2 INVPARTIN The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEY3 PARTNFALL The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEY7 NOTAUTH The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZE CHANGED The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZF PROCESSBUSY The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZG ACTIVITYBUSY The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZH PROCESSERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZI ACTIVITYERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZJ CONTAINERERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZK EVENTERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZL TOKENERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZM NOTFINISHED The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZN POOLERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZO TIMERERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEXP SYMBOLERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZQ TEMPLATERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZR NOTSUPERUSER The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZS CSDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZT DUPRES The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZU RESUNAVAIL The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZV CHANNELERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZW CCSIDERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZX TIMEDOUT The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZY CODEPAGEERR The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZZ INCOMPLETE The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZ1 APPNOTFOUND The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AEZ2 BUSY The transaction is abnormally terminated with a CICS transaction dump. Change the application program either to prevent the condition recurring, to check it by using the RESP option, or to handle the condition when it does occur.
AELA The executing function has been purged before control could be returned. The transaction is marked to be abnormally terminated with abend code AELA. Investigate the reason the task was purged. It was purged either by the master terminal operator, or as a result of a deadlock timeout.
AFCF A deadlock has been detected between two or more tasks issuing file control requests. The task that would have entered deadlock is abended with a CICS transaction dump. Examine this transaction and other transactions in the system that update the same files to find the cause of the deadlock, then correct the error.
AFCE A GETMAIN for FFLE storage has failed. The transaction is abnormally terminated with a transaction dump. Retry the failed transaction.
AFC0 An attempt has been made to update a file after file control restart failed. The transaction is abnormally terminated with a transaction dump. Determine the cause of the failure in file control restart. Restart CICS.
AFCR The program issued a file control request against a file opened in RLS mode. The task is abnormally terminated with a CICS transaction dump. Retry the transaction when the server is available again
AFCW The program issued a file control request against a file opened in RLS mode. The task is abnormally terminated with a CICS transaction dump. Retry the transaction.
AFCV A request made against a file opened in RLS mode was unable to acquire a record lock. The task is abnormally terminated with a CICS transaction dump. Retry the transaction.
AFCT The program has made a file control request against a file opened in RLS mode. The task is abnormally terminated with a CICS transaction dump. Resubmit the transaction.
AFCS The program issued a file control request against a file opened in RLS mode. The task is abnormally terminated with a CICS transaction dump. Retry the transaction when the server is available again.
AIPM The transaction was connected to another transaction in another CICS system via an IPIC link. This other transaction has abnormally terminated. The task is abnormally terminated with a CICS transaction dump. Correct the cause of the abend in the connected transaction.
AKCS A deadlock timeout condition has been detected. The transaction is abnormally terminated. "The transaction should be reexecuted, and the situation causing the SUSPEND to occur may clear itself.The AKCS abend is to be expected occasionally, unless DTIMOUT is set to zero. No special action is necessary."
ALIK CICS has determined that an OS/VS COBOL program is about to be executed. However CICS no longer supports such programs. CICS abnormally terminates the task and disables the program. CICS processing continues. Ensure that the program is recompiled against a level of COBOL compiler supported by CICS.
AMGB A task has been purged due to lack of storage. The task is abnormally terminated with a transaction dump. Try the transaction again later.
APIS CICS encountered a GETMAIN failure during transaction initialization. A severe error message and system dump should have preceeded this abend. Try after sometime and use related diagnostics to determine the cause of the problem.
APST A task issued a SPOOL command without the mandatory NOHANDLE operand. CICS terminates the task abnormally with a dump. Correct the syntax of the command, specifying NOHANDLE.
ARPZ The connection manager has insufficient authority. The following message is issued: DFHRP1902. See the user response for the message.
ARTE An error was encountered when attempting to read from or write to temporary storage. The task is abnormally terminated with a CICS transaction dump. Determine the cause of the temporary storage problem and correct it.
ATC6 SEND DATA request with a data length greater than 65 528 bytes which is the maximum that it can process. The transaction is abnormally terminated with a CICS transaction dump. This is a CICS internal logic error.
ATCC An application program, has either issued more than one write request or issued a read request. Correct the application program so that it will not issue more than one consecutive WRITE to a pipeline session terminal.
ATSP A task has attempted to issue a WRITEQ TS request for a recoverable TS queue that has already been deleted in the same unit of work. The task is abnormally terminated with a CICS transaction dump. Correct the application to avoid issuing a WRITEQ TS request to a recoverable queue in a unit of work in which the queue has already been deleted.
AWSQ This is normal behavior when a user stage of the pipeline abends. The task is abnormally terminated with a CICS transaction dump. Correct the user abend.
AXF0 A task has been purged due to lack of storage in a dynamic storage area (DSA). The task is abnormally terminated with a transaction dump. Try the transaction again later.
AXF8 A keyword such as TOKEN, CONSISTENT, REPEATABLE, UNCOMMITTED, or NOSUSPEND has been specified on a file control command for shipping to a system which does not support these functions. The task is abnormally terminated with a CICS transaction dump. Ensure that CICS in the file-owning region is at the correct level.
AXFI The data length for a WRITEQ TD or READQ TD is zero. The abend can also occur when determining the length for file control requests. The task is abnormally terminated with a CICS transaction dump. Notify the system programmer.
AXFR The CICS command level interface imposes a maximum length of 32 767 for data. The length of the data just received exceeds this limit. The task is abnormally terminated with a CICS transaction dump. Notify the system programmer.
AXFY An APPC conversation failure has occurred when an attach between CICS systems was issued. The task is abnormally terminated with a transaction dump. Check the connection to the remote CICS system and try to reestablish it.
AXGE A distributed program link (DPL) request, specifying channel name DFHTRANSACTION, has also specified a COMMAREA that is too large for the terminal I/O area (TIOA). The task is abnormally terminated with a transaction dump. Check if the request is using the correct length for the COMMAREA. If a DFHTRANSACTION channel is specified the COMMAREA size should not exceed 24 KB.
AXTK An APPC conversation failure occurred when an attach between CICS systems was issued. The task is abnormally terminated with a CICS transaction dump. Check the connection to the remote CICS system and try to reestablish it.
AZT3 The task is being routed back to the region from where it came. CICS abnormally terminates the transaction with a transaction dump. Correct the transaction definition.