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
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.