Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development 
Guide—109759 A-31
_CLOSE^CI
_CLOSE^CI
_CLOSE^CI terminates a CI communication. In addition, _CLOSE^CI cancels all 
outstanding I/O operations.
You must close a CI before its CIID structure (ciid) can be used in another _OPEN^CI 
operation.
error returned value
INT
is a file-system error. File system errors are documented in the Guardian Procedure 
Errors and Messages Manual.
ciid input 
is the CIID structure (declared with _CI^ID) identifying an open CI.
Example
In the thread termination procedure:
 .
 .
CALL _CLOSE^CI (cx.spif);
 .
 .
error := _CLOSE^CI ( ciid );










