Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development
Guide—109759 A-17
_APPEND^OUTPUT
•
A type ZDSN^VTY^COUNTERS structure is described by
ZDSN^DDL^COUNTERS^DEF and contains the number of objects of the
Z^OBJTYPE in each DSNM state. The relevant counters structure fields are:
For more information, see the description of the AGGREGATE command in
Section 4, “DSNM Command Requirements.”
Example
IF (err := _APPEND^OUTPUT (cx.outobj, ZDSN^VTY^COUNTERS,,,
count, $LEN (count)))
THEN RETURN err;
INT(32) Z^GREEN;
INT(32) Z^UP = Z^GREEN;
INT(32) Z^RED;
INT(32) Z^DOWN = Z^RED;
INT(32) Z^YELLOW;
INT(32) Z^PENDING = Z^YELLOW;
INT(32) Z^UNDEFINED;
INT(32) Z^INERROR;