Defined attribute (D')

The defined attribute (D') can be used in conditional assembly statements to determine if a given symbol has been defined at a prior point in the source module. If the symbol is already defined, the value of the defined attribute is one; if it has not been defined, the value is zero. By testing a symbol for the defined attribute, you can avoid a forward scan of the source code. See Forward attribute-reference scan.