Вы находитесь на странице: 1из 3

AEIN - DUPREC condition not handled.

AEIE - EODS condition not handled.


AEID - EOF condition not handled.
AEIJ - NOSTART condition not handled.
AEIK - TERMIDERR condition not handled.
AEIL - FILENOTFOUND condition not handled.
AEIM - NOTFND condition not handled.
AEIO - DUPKEY condition not handled.
AEIP - INVREQ condition not handled.
AEIQ - IOERR condition not handled.
AEIR - NOSPACE condition not handled.
AEIS - NOTOPEN condition not handled.
AEIT - ENDFILE condition not handled.
AEIU - ILLOGIC condition not handled.
AEIV - LENGERR condition not handled.
AEIW - QZERO condition not handled.
AEIZ - ITEMERR condition not handled.
AEI0 - PGMIDERR condition not handled.
AEI1 - TRANSIDERR condition not handled.
AEI2 - ENDDATA condition not handled.
AEI3 - INVTSREQ condition not handled.
AEI4 - EXPIRED condition not handled.
AEI8 - TSIOERR condition not handled.
AEI9 - MAPFAIL condition not handled.
AEXC - RESIDERR condition not handled.
AEXF - ESCERROR condition not handled.
AEXG - UOWLNOTFOUND condition not handled.
AEXI - TERMERR condition not handled.
AEXJ - ROLLEDBACK condition not handled.
AEXK - END condition not handled.
AEXL - DISABLED condition not handled.
AEXV - VOLIDERR condition not handled.
AEXW - SUPPRESSED condition not handled.
AEXX - TASKIDERR condition not handled.
AEX0 - TCIDERR condition not handled.
AEX1 - DSNNOTFOUND condition not handled.
AEX2 - LOADING condition not handled.
AEX3 - MODELIDERR condition not handled.
AEX4 - UOWNOTFOUND condition not handled.
AEX5 - PARTNERIDERR condition not handled.
AEX6 - PROFILEIDERR condition not handled.
AEX7 - NETNAMEIDERR condition not handled.
AEX8 - LOCKED condition not handled.
AEX9 - RECORDBUSY condition not handled.
AEYA - INVERRTERM condition not handled.
AEYB - INVMPSZ condition not handled.
AEYC - IGREQID condition not handled.
AEYE - INVLDC condition not handled.
AEYG - JIDERR condition not handled.
AEYH - QIDERR condition not handled.
AEYJ - DSSTAT condition not handled.
AEYK - SELNERR condition not handled.
AEYL - FUNCERR condition not handled.
AEYM - UNEXPIN condition not handled.
AEYN - NOPASSBKRD condition not handled.
AEYO - NOPASSBKWR condition not handled.
AEYP - SEGIDERR condition not handled.
AEYQ - SYSIDERR condition not handled.
AEYR - ISCINVREQ condition not handled.
AEYT - ENVDEFERR condition not handled.
AEYU - IGREQCD condition not handled.
AEYV - SESSIONERR condition not handled.
AEYX - USERIDERR condition not handled.
AEYY - NOTALLOC condition not handled.
AEYZ - CBIDERR condition not handled.
AEY0 - INVEXITREQ condition not handled.
AEY1 - INVPARTNSET condition not handled.
AEY2 - INVPARTN condition not handled.
AEY3 - PARTNFAIL condition not handled.
AEY7 - NOTAUTH condition not handled.
AEZE - CHANGED condition not handled.
AEZF - PROCESSBUSY condition not handled.
AEZG - ACTIVITYBUSY condition not handled.
AEZH - PROCESSERR condition not handled.
AEZI - ACTIVITYERR condition not handled.
AEZJ - CONTAINERERR condition not handled.
AEZK - EVENTERR condition not handled.
AEZL - TOKENERR condition not handled.
AEZM - NOTFINISHED condition not handled.
AEZN - POOLERR condition not handled.
AEZO - TIMERERR condition not handled.
AEZP - SYMBOLERR condition not handled.
AEZQ - TEMPLATERR condition not handled.

AEXU -
During execution of an EXEC CICS command, a NOTPOSS condition has been raised on encountering an
invalid parameter. This is probably caused by a previous storage overlay.

AEXY -
The executing transaction has been purged before control could be returned.

AEXZ –
A command has failed due to a serious failure in a CICS component (resource manager).

AEYD –
A transaction has requested that CICS access a storage area that the transaction itself could not access.
This occurred when an invalid storage area was passed to CICS as an output parameter on an EXEC CICS
command.

AEY9 –
One of the following:
 An EXEC CICS command has been issued that is not supported by the EXEC interface program
DFHEIP.

 A transaction has issued an EXEC CICS command which is supported in principle by the EXEC
interface program DFHEIP, but for which the prerequisite function has not been included in the current
CICS start-up.

 A non-CICS command has been issued via an application "stub" (expansion of a DFHRMCAL macro),
and the program DFHERM has detected that the necessary non-CICS support is not available.
 An attempt has been made to use remote resources, but the local SYSID has been specified in an
EXEC CICS command, or vice versa.

AEZA –
A transaction has been defined with a TASKDATALOC(ANY), but the programs within the transaction
are running amode 24. The exec interface program is therefore is unable to access the TCA for the
application. Furthermore, any reference to the EIB would cause the transaction to fail with an OC4
protection exception.

AEZB –
A transaction has been defined with a TASKDATALOC(ANY), and the application is attempting to call
a task related user exit. However the task related user exit has been link edited AMODE 24 and enabled
with the LINKEDITMODE option, thereby directing CICS to invoke it in AMODE 24. An AMODE 24
task related user exit cannot run when the calling application is running with TASKDATALOC(ANY), as
this would cause a protection exception, or a storage overwrite.

AEZC -
A transaction has been defined with a TASKDATALOC(ANY), but a program within the transaction is
defined to run AMODE 24. CICS cannot invoke the AMODE 24 program when the transaction is running
with TASKDATALOC(ANY), as this would cause a protection exception, or a storage overwrite.

AEZD –
An attempt has been made to run a program defined as EXECKEY(USER) as part of a transaction defined
as TASKDATAKEY(CICS). These attributes are incompatible and the transaction is abended. This
incompatibility could occur as a result of the program definition being auto installed. See the CICS
Customization Guide and the CICS Resource Definition Guide for more information about
program auto install.

Вам также может понравиться