Previous Topic

Next Topic

Book Contents

Book Index

EXCLUDE Statements (CTM)

EXCLUDE statements determine which records are not processed by the utility according to selection criteria.

EXCLUDE statements are composed of expressions (at least one) separated by commas.

The format of an EXCLUDE statement is

EXCLUDE Expression1, Expression2, ... , ExpressionN

All the expressions in an EXCLUDE statement must be true for the EXCLUDE statement to be true (meaning, the relationship between the expressions within one EXCLUDE statement is AND).

Parent Topic

Record Selection Logic (INCLUDE / EXCLUDE Statements) (CTM)