Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

ATTRIBUTES

The ATTRIBUTES option specifies that the compiler includes a table of source-program identifiers and their attributes in the compiler listing.

Read syntax diagramSkip visual syntax diagram   .-NOATTRIBUTES-.
>>-+-ATTRIBUTES---+--+-----------------+-----------------------><
                     |    .-FULL--.    |
                     '-(--+-SHORT-+--)-'
 

ABBREVIATIONS: A, NA, F, S

FULL
All identifiers and attributes are included in the compiler listing. FULL is the default.
SHORT
Unreferenced identifiers are omitted, making the listing more manageable.

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.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)