Previous Topic

Next Topic

Book Contents

Book Index

INCLUDE / EXCLUDE Block (CTM)

An INCLUDE / EXCLUDE block is composed of any number of INCLUDE statements followed by any number of its corresponding EXCLUDE statements.

The format of an INCLUDE / EXCLUDE block is

Figure 120 INCLUDE / EXCLUDE Statements

The relationship between multiple INCLUDE statements in a block is OR.

The relationship between multiple EXCLUDE statements in a block is OR.

The relationship between an INCLUDE statements and the following EXCLUDE statements in a block is AND.

Single INCLUDE / EXCLUDE Block Processing (CTM)

If even one EXCLUDE statement of a block is true (meaning, a record satisfies the EXCLUDE statement), the record is not selected and the next record is examined.

If all EXCLUDE statements in the block are false, the INCLUDE statement is evaluated against the record

Multiple INCLUDE / EXCLUDE Blocks (CTM)

Multiple INCLUDE / EXCLUDE blocks can be specified.

Parent Topic

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