Procedure Definition Language Concepts and Language Elements › PDL Language Elements › NOT Condition
Negates a conditional expression.
Example
IF NOT (TYPE = 'A' AND COLOR = 'BLUE') IF NOT (A = B)
The negation of an unknown condition yields an unknown result.