Closes a pipe.
Syntax varies with the programming language.
(see page “SPMODE”) that specifies whether the data pipe is opened for input.
MOVE 'INPUT' TO SPMODE. CALL 'OPENPIPE' USING SPAREA. ... CALL 'CLOSPIPE' USING SPAREA.
CSA data pipes are always input mode and DB2 format.
Use the CLOSPIPE command after the OPENPIPE command was issued. The CSA must issue the CLOSPIPE command before invoking the DETACH or the next REQEXEC command.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |