HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


DSECT cross reference

HLASM Programmer's Guide
SC26-4941-06

This section of the listing shows the names of all internal or external dummy sections 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   26
  1         2          3        4 
Dsect     Length      Id       Defn                                                         HLASM R6.0  2008/07/11 17.48
AXPRIL   0000003C  FFFFFFFD     655
AXPSIL   00000410  FFFFFFFC     771
AXPXITP  00000014  FFFFFFFE     641
IHADCB   00000060  FFFFFFFB     799
Statement
         00000050  FFFFFFFA    1370
WORKAREA 000001A8  FFFFFFFF     595
 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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014