The ATTRIBUTES option specifies that the compiler includes a table of source-program identifiers and their attributes in the compiler listing.
.-NOATTRIBUTES-. >>-+-ATTRIBUTES---+--+-----------------+----------------------->< | .-FULL--. | '-(--+-SHORT-+--)-'
ABBREVIATIONS: A, NA, F, S
If you include both ATTRIBUTES and XREF (creates a cross-reference table), the two tables are combined. However, if the SHORT and FULL suboptions are in conflict, the last option specified is used. For example, if you specify ATTRIBUTES(SHORT) XREF(FULL), FULL applies to the combined listing.