Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development 
Guide—109759 A-21
_CANCEL^TIMEOUT
_CANCEL^TIMEOUT
_CANCEL^TIMEOUT cancels an outstanding timeout set by a call to 
_SET^TIMEOUT.
The tag of the canceled operation is stored in the command context space and can be 
accessed with _LAST^TIMEOUT^TAG.
error returned value
INT
is a ZDSN^ERR value indicating the outcome of the call.  See Appendix B, “DSNM 
Error Codes,” for error code definitions.
tag  input 
INT(32):value
is the tag of an outstanding _SET^TIMEOUT operation. 
If tag is omitted, the frame selects an outstanding timeout from this thread to 
cancel, if any. 
error := _CANCEL^TIMEOUT ( [ tag ] );










