OPENPIPE

Description

Opens a data pipe to receive input from the remote DBMS through Open ClientConnect.

Syntax

Syntax varies with the programming language.

Parameters

The OPENPIPE

command uses the values in these SPAREA fields:

Examples

COBOL II

MOVE 'INPUT'    TO SPMODE.
 MOVE 'DB2'      TO SPFORMAT.
 CALL 'OPENPIPE' USING SPAREA.
 SET ADDRESS OF SQLDA TO SPSQLDA.

Usage