Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
_APPEND^OUTPUT
A-16
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
header input 
STRING .EXT
is the appended item's header. If header is terminated with a null, then 
header-len is not required.
header-len input 
INT:value
is the length, in bytes, of the appended item’s header. Required only if header 
does not terminate with a null byte.
body input 
STRING .EXT
is the item to be appended to the output list member. If body terminates with a null 
byte, body-len is not required. body should be appropriate to the value 
represented.
body-len input 
INT:value
is the length of the appended item, in bytes. Required only if body does not 
terminate with a null byte.
Considerations
•
header and body together represent a “keyword : value” pair. body with no 
header is any other line of text. Text items appended to an object are displayed 
with the object in the following form:
object [ result-code ] , body (ZDSN^VTY^RESULTTEXT)
[ header ] : body (ZDSN^VTY^TEXT)
[ header ] : body (ZDSN^VTY^ERRTEXT)
counter-values (ZDSN^VTY^COUNTERS)
•
A response may have several text and/or error text lines (see individual command 
requirements in Section 4, “DSNM Command Requirements”). 










