DFS2712I MODULE NAME: module_name commentary_from_the_module ABEND SUBCODE: hex_subcode register_dump dump_of_storage_area AREA NAME: area_name
Explanation
This message accompanies abend 1026 and provides debugging data for conditions.
In the message text:
- module_name
- This field contains the name of the module that detected the problem, and issued the DBFDEBUG request.
- commentary_from_the_module
- This commentary usually describes the nature of the difficulty.
- hex_subcode
- If present, this subcode identifies the type of error that caused the program to terminate abnormally. For a description of the subcodes, see the abend information.
- register_dump
- This memory dump contains the registers of the module that issued the debugging request.
- dump_of_storage_area
- This memory dump describes the control block related to the logical inconsistency.
- area_name
- Name of area that was being processed when the abnormal condition was detected.
System action
Processing continues or abend 1026 occurs.
Problem determination
Control blocks in the Fast Path region
memory dump are immediately preceded by the appropriate EBCDIC eye
catchers. For security reasons, the buffer data does not normally
appear in a memory dump. If you want a diagnostic copy of the buffer
data printed in the memory dump, use SUPERZAP to reset the flag called MAYBE
from
its normal value of X'FF' to X'00' in module DBFACDI0.
In addition, problem diagnosis can be done with the register contents and a listing of the module that issued the DBFDEBUG request.
The information for abend 1026 contains more detailed diagnostic information.