DSECT cross-reference

Figure 1 shows an example of the DSECT Cross Reference section of the listing. This section shows the names of all internal and external dummy sections defined in the program, and the statement number where the definition of the dummy section begins.
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 
Shows the ESD ID assigned to the ESD entry for external dummy sections. For internal dummy sections it shows the control section ID assigned to the dummy control section. You can use this field in conjunction with the ID field in the Ordinary Symbol and Literal Cross Reference section to relate symbols to a specific DSECT.
 4 
Shows the number of the statement where the definition of the dummy section begins.

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