Fan In

Filter:

FANIN

Syntax:

FANIN

Operands:

none

Functional Description:

Use the FANIN stage to combine two input streams into a single output stream. FANIN reads records from both specified input streams and copies the records from each input stream to its primary output stream, if it is connected.

FANIN, without operands, reads all of the records from its primary input stream to its primary output stream, then all of the records from its secondary input stream to its primary output stream.

Secondary Input/Output:

INPUT

Synonyms:

none

Usage Notes:

All the records from the primary input stream will appear in the output stream before the records from the secondary input stream.

At most 1 record is delayed.


JAVA Pipelines

Cullen Programming logo