Not All

Filter:

NOTALL

Syntax:

NOTALL /expression/

Operands:

expression :: a string of characters

Functional Description:

Use the NOTALL stage to select all records NOT containing a specified string or strings determined by an expression. The expression can be a character string.

All records that do NOT contain the string or strings determined by the expression are written to the primary output stream in the order found in the input stream.

If the secondary output stream is connected, this filter writes all the records that DO contain the string or strings determined by the expression to its secondary output stream. If the secondary output stream is not connected, this filter discards these records.

Secondary Input/Output:

OUTPUT

Synonyms:

NLOCATE

Usage Notes:



JAVA Pipelines

Cullen Programming logo