Output from a SYSDLF trace

Figure 1 is an example of DLF component trace records formatted with a CTRACE COMP(SYSDLF) FULL subcommand. It shows formatted exception records from the trace buffers.

Figure 1. CTRACE COMP(SYSDLF) FULL subcommand output
                    DLF COMPONENT TRACE FULL FORMAT

   COFRCVRY  00000000  15:47:40.397545  DLF RECOVERY ENTRY
     HASID... 000E     SASID... 000E     CPUID... FF170067 30900000
     MODNAME. COFMCON2 ABEND... 840C1000 REASON.. 00000001
     EPTABLE. CON2  EST2  ....  ....  ....  ....  ....  ....  ....  ....
   COFRCVRY  00000001  15:47:40.397625  DLF RECOVERY EXIT
     HASID... 000E     SASID... 000E     CPUID... FF170067 30900000
     MODNAME. COFMCON2 ABEND... 840C1000 REASON.. 00000001
     RETCODE. 0000002C RSNCODE. 0000C200 FTPRTS.. C0000000 DATA.... 00000000
The fields in the report are:
COFRCVRY
The name or identifier of the trace record.
00000000
The identifier in hexadecimal.
15:47:40.397545
The time stamp indicating when the record was placed in the trace table.
HASID... 000E
The home address space identifier.
SASID... 000E
The secondary address space identifier.
CPUID... FF170067 30900000
The identifier of the processor that placed the record in the trace table.
CALLER
The address of the routine that issued a DLF service request.
MODNAME COFMCON2
The name of the module that was running.
ABEND... 840C1000
The abend that occurred and caused DLF to enter recovery.
REASON.. 00000001
The reason code associated with the abend.
EPTABLE. CON2 EST2
Information used for diagnosis by IBM®.
RETCODE. 0000002C
The return code that was issued by the module that is exiting.
RSNCODE. 0000C200
The reason code that was issued by the module that is exiting.
FTPRTS.. C0000000
Information used for diagnosis by IBM.
DATA.... 00000000
Information used for diagnosis by IBM.