DSECT cross-reference

This section of the listing shows the names of all internal or external dummy sections that are defined in the program, and the number of the statement where the definition of the dummy section began.
Figure 1. DSECT cross-reference
                                                Dsect Cross Reference                                          Page   13
  1         2          3        4 
Dsect     Length      Id       Defn                                                         HLASM R6.0  2015/02/20 18.42
Plist    00000014  FFFFFFFE     168
STATDS   00000018  FFFFFFFF     164
WorkingStorage
         0000001C  FFFFFFFD     171
 1 
Shows the name of each dummy section defined in your program.
 2 
Shows, in hexadecimal notation, the assembled byte length of the dummy section.
 3 
For external dummy sections, this field indicates the external symbol dictionary ID assigned to the ESD entry for the external dummy section. For internal dummy sections, this field indicates the control section ID assigned to the dummy control section. You can use this field with the ID field in the Ordinary Symbol and Literal Cross Reference (see Figure 1) to relate symbols to a specific section.
 4 
Shows the number of the statement where the definition of the dummy section began.

You can suppress this section of the listing by specifying the NODXREF assembler option.