ISO2002 Defined Condition

General Format
compilation-variable-name-1 IS [ NOT ] DEFINED
General Rules
  1. A defined condition using the IS DEFINED syntax evaluates TRUE if compilation-variable-name-1 is currently defined.
  2. A defined condition using the IS NOT DEFINED syntax evaluates TRUE if compilation-variable-name-1 is not currently defined.