Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
_CI^REPLYTAG
A-30
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
_CI^REPLYTAG
_CI^REPLYTAG is the type INT(32) tag associated with the last CI operation.
replytag output
INT(32)
is the tag associated with the last CI operation.
ciid input
is the CIID structure (declared with _CI^ID) identifying an open CI.
Example
In the following example, replytag is the tag associated with the last CI operation:
INT(32) replytag;
IF _ON (_LAST^EVENTS, _EV^IODONE)
THEN
BEGIN
replytag := _CI^REPLYTAG (_LAST^CI^ID);
...
END;
replytag := _CI^REPLYTAG ( ciid )