Previous Topic: CAISDI/els API Return Codes

Next Topic: CAISDI/med ABEND U2989 Reason Codes

CAISDI/els API Abend Codes

CAISDI/els will abnormally terminate when the following conditions arise:

Retain any dumps that may be created for CA Support.

The following details the meaning of the CAISDI/els API Abend Codes.

U0004

The load for the CSDELTxx language-specific text module failed. xx is the language code. The default language-specific text module is the English version named CSDELTEN. The abend reason code is in the format REASON=xxxxyyyy, where xxxx is the hexadecimal encoding of the default language code “C5D5” meaning “EN” and the yyyy is the hexadecimal encoding of the requested language code.

Make sure the CSDELTxx module is in the linklist or STEPLIB. Increase the REGION size to accommodate this module.

U0008

The load for the CSDECOMM module failed. The abend reason code is the return code from the LOAD macro.

Make sure the CSDECOMM module is in the link list or STEPLIB. Increase REGION size to accommodate this module.

U0012

The language-specific text module is corrupted; no further text processing will be attempted. The text module name is CSDELTxx, where xx is the language code in effect. The default text module name is CSDELTEN.

U0016

A required DD is missing. No further processing will be attempted. The abend reason code indicates which DD is missing:

U0020

The CSDECOMM module is corrupted. No further processing will be attempted.

U0024

A fatal error was detected in building the Event Control Structure. The GETMAIN for ECSA failed, followed by a DEQ failure of the Event Control Structure. The abend reason code is the DEQ return code.

U0028

A fatal error was detected in building the Event Control Structure. The GETMAIN for ECSA failed, followed by a DEQ failure of the Event Control Structure. The abend reason code is the DEQ return code.

U0032

The attempt to create a Name and Token failed. CAISDI/els was attempting to free the ECSA it had acquired, but the FREEMAIN for that ECSA failed. The abend reason code is the return code from the Event Control Structure manager.

U0036

The attempt to create a Name or Token failed. The ECSA that had been acquired for the Event Control Structure was freed, but the DEQ for the Event Control Structure failed. The abend reason code is the DEQ return code.

U0040

The attempt to DEQ the Event Control Structure failed. The abend reason code is the DEQ return code.