Previous Topic

Next Topic

Book Contents

Book Index

INCLUDE Statements (CTM)

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

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

The format of an INCLUDE statement is

INCLUDE Expression1, Expression2, ... , ExpressionN

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

Parent Topic

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