Show All

Filter:

SHOWALL

Syntax:

SHOWALL /expression/

Operands:

expression :: a string of characters

Functional Description:

Use this stage to select all records containing a specified string or strings determined by an expression. The expression can be a character string, hexadecimal character string, or a combination of character strings, hexadecimal character strings, and logical operators.

All records that contain the string or strings determined by the expression are written to the primary output stream in the order found in the input stream. Each record is prepended with the filename and its record number in which it was located in the file.

If the secondary output stream is connected, this filter writes all the records that do not 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:

none

Usage Notes:



JAVA Pipelines

Cullen Programming logo