Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide

_CANCEL^SEND^CI
A-20
109759Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
_CANCEL^SEND^CI
_CANCEL^SEND^CI cancels an outstanding _SEND^CI operation. The thread cancels
all outstanding _SEND^CI operations when the thread terminates.
error returned value
INT
is a file system error. File system errors are documented in the Guardian Procedure
Errors and Messages Manual.
tag input
INT(32):value
is the tag of an outstanding _SEND^CI operation.
If tag is omitted, the frame selects an outstanding operation on that CI from this
thread to be canceled.
Example
IF (error := _CANCEL^SEND^CI)
THEN ... ;
error := _CANCEL^SEND^CI ( [ tag ] );