An error has occurred obtaining a lock within the log manager domain.
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.
See the description of message DFHLG0002 for further guidance.
DFHLGGL, DFHLGJN, DFHLGLD, DFHLGST
An error has occurred releasing a lock within the log manager domain.
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.
See the description of message DFHLG0002 for further guidance.
DFHLGGL, DFHLGJN, DFHLGLD, DFHLGST
A disaster response has been detected when processing the building block code used by the log manager.
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.
See the description of message DFHLG0002 for further guidance.
DFHLGGL, DFHLGJN, DFHLGLD, DFHLGST
A disaster response has been detected when processing the building block storage interface code used by the log manager.
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.
See the description of message DFHLG0002 for further guidance.
DFHLGCM, DFHLGGL, DFHLGJN, DFHLGLD, DFHLGST
An unexpected error has occurred while the log manager was attempting to find a journal model definition.
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.
See the description of message DFHLG0002 for further guidance.
DFHLGJN
An unexpected error occurred when the log manager was attempting an enqueue or dequeue operation.
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.
See the description of message DFHLG0002 for further guidance.
DFHLGGL, DFHLGJN, DFHLGST
Transaction CSQC has been issued from a terminal. This is not permitted. The transaction can only be started internally by CICS.
The transaction is abnormally terminated.
Do not try to invoke CSQC from a terminal.
DFHLGQC
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.
CICS abnormally terminates the task. CICS processing continues.
See the related message from the Storage Manager domain where the original error was detected.
DFHAPLI
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.
CICS abnormally terminates the task. CICS processing continues.
See the related message from the Storage Manager domain where the original error was detected.
DFHAPLI
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.
CICS abnormally terminates the task. CICS processing continues.
See the related message from the Storage Manager domain where the original error was detected.
DFHAPLI
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.
CICS abnormally terminates the task and disables the program. CICS processing continues.
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.
DFHAPLI
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.
CICS abnormally terminates the task and disables the program. CICS processing continues.
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.
DFHAPLI
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.
CICS abnormally terminates the task and disables the program. CICS processing continues.
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.
DFHAPLI
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).
CICS abnormally terminates the task and disables the program. CICS processing continues.
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.
DFHAPLI
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. See the CICS Application Programming Guide for details of the languages and compilers currently supported.
DFHAPLI
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.
CICS abnormally terminates the task. CICS processing continues.
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.
DFHAPLX
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.
CICS abnormally terminates the task. CICS processing continues.
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.
DFHAPLX
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.
CICS abnormally terminates the task. CICS processing continues.
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.
DFHAPLX
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.
CICS abnormally terminates the task. CICS processing continues.
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.
DFHAPLX
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.
CICS abnormally terminates the task. CICS processing continues.
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.
DFHAPLX