Table of Contents

AddExclusionOnValue

Exclude a record from processing if the record contains a value matching the filter.

Phase

This instruction is used by the TapeTrack Import Engine.

Syntax

AddExclusionOnValue(field, filter);

Variable Type Description Min Length Max Length
field String The field for this instruction.1128
filter String The filter value to test with.1256

Example

Do not process a record if the VOLUME field starts with CLN

AddExclusionOnValue(VOLUME, "CLN*");

See Also

Import Engine Functions
Sync Engine Fields
TMSS10Sync