Copy records

Filter:

COPY

Syntax:

COPY

Operands:

none

Functional Description:

Use the COPY stage to prevent a stall in a multistream pipeline when a one-record delay is sufficient to prevent a stall. COPY delays the passing of its input stream to its output stream by ONE record.

COPY reads each record from its primary input stream into a buffer. COPY consumes an input record before it writes the contents of the buffer to its primary output stream.

Secondary Input/Output:

none

Synonyms:

none

Usage Notes:



JAVA Pipelines

Cullen Programming logo