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