Abend codes ALxx

ALGA
Explanation:

An error has occurred obtaining a lock within the log manager domain.

System action:

The recovery routine of the module in control is invoked which issues message DFHLG0002 with a system dump. DFHLG0002 reports the module in control at the time of the error.

User response:

See the description of message DFHLG0002 for further guidance.

Modules:

DFHLGGL, DFHLGJN, DFHLGLD, DFHLGST

ALGB
Explanation:

An error has occurred releasing a lock within the log manager domain.

System action:

The recovery routine of the module in control is invoked which issues message DFHLG0002 with a system dump. DFHLG0002 reports the module in control at the time of the error.

User response:

See the description of message DFHLG0002 for further guidance.

Modules:

DFHLGGL, DFHLGJN, DFHLGLD, DFHLGST

ALGC
Explanation:

A disaster response has been detected when processing the building block code used by the log manager.

System action:

The recovery routine of the module in control is invoked which issues message DFHLG0002 with a system dump. DFHLG0002 reports the module in control at the time of the error.

User response:

See the description of message DFHLG0002 for further guidance.

Modules:

DFHLGGL, DFHLGJN, DFHLGLD, DFHLGST

ALGD
Explanation:

A disaster response has been detected when processing the building block storage interface code used by the log manager.

System action:

The recovery routine of the module in control is invoked which issues message DFHLG0002 with a system dump. DFHLG0002 reports the module in control at the time of the error.

User response:

See the description of message DFHLG0002 for further guidance.

Modules:

DFHLGCM, DFHLGGL, DFHLGJN, DFHLGLD, DFHLGST

ALGE
Explanation:

An unexpected error has occurred while the log manager was attempting to find a journal model definition.

System action:

The recovery routine of the module in control is invoked which issues message DFHLG0002 with a system dump. DFHLG0002 reports the module in control at the time of the error.

User response:

See the description of message DFHLG0002 for further guidance.

Modules:

DFHLGJN

ALGF
Explanation:

An unexpected error occurred when the log manager was attempting an enqueue or dequeue operation.

System action:

The recovery routine of the module in control is invoked which issues message DFHLG0002 with a system dump. DFHLG0002 reports the module in control at the time of the error.

User response:

See the description of message DFHLG0002 for further guidance.

Modules:

DFHLGGL, DFHLGJN, DFHLGST

ALGG
Explanation:

Transaction CSQC has been issued from a terminal. This is not permitted. The transaction can only be started internally by CICS.

System action:

The transaction is abnormally terminated.

User response:

Do not try to invoke CSQC from a terminal.

Modules:

DFHLGQC

ALIC
Explanation:

CICS has issued a GETMAIN request during the initialization phase for an LE/370 application program in order to obtain run time execution storage above the 31-bit line. However insufficient storage was available to satisfy the request.

System action:

CICS abnormally terminates the task. CICS processing continues.

User response:

See the related message from the Storage Manager domain where the original error was detected.

Modules:

DFHAPLI

ALID
Explanation:

CICS has issued a GETMAIN request during the initialization phase for an LE/370 application program in order to obtain run time execution storage below the 31-bit line. However insufficient storage was available to satisfy the request.

System action:

CICS abnormally terminates the task. CICS processing continues.

User response:

See the related message from the Storage Manager domain where the original error was detected.

Modules:

DFHAPLI

ALIF
Explanation:

CICS has issued a GETMAIN request during the initialization phase for an LE/370 application program in order to obtain thread storage. However insufficient storage was available to satisfy the request.

System action:

CICS abnormally terminates the task. CICS processing continues.

User response:

See the related message from the Storage Manager domain where the original error was detected.

Modules:

DFHAPLI

ALIG
Explanation:

CICS has been unable to determine the language of the user application program about to be executed. Either the program was compiled against an old level of compiler that is no longer supported by CICS, or the language of the program is not supported by CICS.

System action:

CICS abnormally terminates the task and disables the program. CICS processing continues.

User response:

Ensure that the program to be run is written in one of the languages and compiled against a level of compiler supported by CICS. See the CICS® Application Programming Guide for details of the languages and compilers currently supported.

Modules:

DFHAPLI

ALIH
Explanation:

CICS has determined the language of a program to be VS COBOL II, but Language Environment has indicated that it is unable to execute the program. Normally Language Environment is able to execute VS COBOL II programs in compatibility code.

System action:

CICS abnormally terminates the task and disables the program. CICS processing continues.

User response:

Ensure that the program to be run is written in one of the languages supported by CICS and Language Environment, and compiled against a level of compiler supported by Language Environment. See the Language Environment Migration Guide for details of the languages and compilers currently supported, and any actions which may be necessary by the user such as re-compilation or re-linking.

Modules:

DFHAPLI

ALII
Explanation:

CICS has determined the language of a program to be OS/PLI, but Language Environment has indicated that it is unable to execute the program. Normally Language Environment is able to execute OS/PLI programs in compatibility code.

System action:

CICS abnormally terminates the task and disables the program. CICS processing continues.

User response:

Ensure that the program to be run is written in one of the languages supported by CICS and Language Environment, and compiled against a level of compiler supported by Language Environment. See the Language Environment Migration Guide for details of the languages and compilers currently supported, and any actions which may be necessary by the user such as re-compilation or re-linking.

Modules:

DFHAPLI

ALIJ
Explanation:

CICS has determined that an C or C++ program compiled with the XPLINK option is about to be executed but the program is defined with attribute CONCURRENCY(QUASIRENT). XPLINK programs execute on open TCBs and cannot rely on quasi-reentrancy. They must be coded to threadsafe standards and defined to CICS with CONCURRENCY(THREADSAFE).

System action:

CICS abnormally terminates the task and disables the program. CICS processing continues.

User response:

Ensure that the program is coded to threadsafe standards and defined as CONCURRENCY(THREADSAFE), or recompile the program without the XPLINK option.

A program can be defined as threadsafe by using standard CICS or CPSM resource definition facilities, via program auotinstall, or by using an LE runtime option. The runtime option can be specified in the source of the program by means of a #pragma runopts(ENVAR(CICSVAR=THREADSAFE)) statement. Alternatively ENVAR=('CICSVAR=THREADSAFE') can be specified in a CEEUOPT CSECT which is then linkedited with the program.

Modules:

DFHAPLI

ALIK
Explanation:

CICS has determined that an OS/VS COBOL program is about to be executed. However CICS no longer supports such programs.

System action:

CICS abnormally terminates the task and disables the program. CICS processing continues.

User response:

Ensure that the program is recompiled against a level of COBOL compiler supported by CICS. See the CICS Application Programming Guide for details of the languages and compilers currently supported.

Modules:

DFHAPLI

Start of change
ALX1
Explanation:

CICS has issued an initialize request to the LE preinitialized services system (CEEPIPI). However, CEEPIPI has returned an error condition. This error strongly indicates an internal LE failure.

System action:

CICS abnormally terminates the task. CICS processing continues.

User response:

The full trace entry will indicate the return code from LE. Consult the Language Environment Programming Guide manual for an explanation of the return code.

Modules:

DFHAPLX

End of change
Start of change
ALX2
Explanation:

CICS has issued an add_entry request to the LE preinitialized services system (CEEPIPI). However, CEEPIPI has returned an error condition. This error strongly indicates an internal LE failure.

System action:

CICS abnormally terminates the task. CICS processing continues.

User response:

The full trace entry will indicate the return code from LE. Consult the Language Environment Programming Guide manual for an explanation of the return code.

Modules:

DFHAPLX

End of change
Start of change
ALX3
Explanation:

CICS has issued a call_main request to the LE preinitialized services system (CEEPIPI). However, CEEPIPI has returned an error condition. This error strongly indicates an internal LE failure.

System action:

CICS abnormally terminates the task. CICS processing continues.

User response:

The full trace entry will indicate the return code from LE. Consult the Language Environment Programming Guide manual for an explanation of the return code.

Modules:

DFHAPLX

End of change
Start of change
ALX4
Explanation:

CICS has issued a remove_entry request to the LE preinitialized services system (CEEPIPI). However, CEEPIPI has returned an error condition. This error strongly indicates an internal LE failure.

System action:

CICS abnormally terminates the task. CICS processing continues.

User response:

The full trace entry will indicate the return code from LE. Consult the Language Environment Programming Guide manual for an explanation of the return code.

Modules:

DFHAPLX

End of change
Start of change
ALX5
Explanation:

CICS has issued a terminate request to the LE preinitialized services system (CEEPIPI). However, CEEPIPI has returned an error condition. This error strongly indicates an internal LE failure.

System action:

CICS abnormally terminates the task. CICS processing continues.

User response:

The full trace entry will indicate the return code from LE. Consult the Language Environment Programming Guide manual for an explanation of the return code.

Modules:

DFHAPLX

End of change [[ Contents Previous Page | Next Page Index ]]