Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development 
Guide—109759 A-15
_APPEND^OUTPUT
_APPEND^OUTPUT
_APPEND^OUTPUT appends text and other variable-length items to an output list 
member. The maximum allowed length of a character string (ZDSN-MAX-TEXT) is 75 
characters.
Text and other variable-length items can only be appended to the frame output list. 
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.
output-list-member input
INT .EXT
is the output list member to which an item is appended.  
type input 
INT:value
is one of the following ZDSN^VTY codes describing the appended item:  
error := _APPEND^OUTPUT ( output-list-member
 ,type
 ,[ header ]
 ,[ header-len ]
 ,[ body ] 
 ,[ body-len ] );
ZDSN^VTY^RESULTTEXT One line of additional subsystem and object-
specific text that further explains the value in the 
output object’s result code field. For the STATUS 
command, describes subsystem state of object. 
Provides brief error description if error occurs.
ZDSN^VTY^TEXT Additional lines of explanatory text for the 
STATUS (DETAIL), INFO, and STATISTICS 
commands.
ZDSN^VTY^ERRTEXT Text that describes error conditions for detailed 
error requests.
ZDSN^VTY^NONTEXT Indicates that it is not possible to scan the header, 
and the header length is required.
ZDSN^VTY^COUNTERS State summary counters for the AGGREGATE 
command.










