Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
_OUTPUT^LM^HEADER
A-86
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
_OUTPUT^LM^HEADER
_OUTPUT^LM^HEADER describes the first part of the user-defined output list 
member structure. It is required as part of the output list member definition.
_OUTPUT^LM^HEADER generates a formatted object structure 
(ZDSN^DDL^FOBJECT^DEF); it identifies this object structure as FOBJECT and 
identifies other fields for the frame.
The following FOBJECT fields should be completed by the command thread before 
releasing an output object list member to the frame:
It is not necessary to fill in ZOBJNAME^OCCURS nor Z^MANAGER^OCCURS.
See Section 4, “DSNM Command Requirements,” for more information on FOBJECT 
fields.
Example
Following is an example of an output list member structure declaration:
STRUCT output^list^member^def (*); 
 BEGIN
 _OUTPUT^LM^HEADER;
 user-defined-area
 ...
 END;
See the _FOBJECT^INIT description for another _OUTPUT^LM^HEADER example.
_OUTPUT^LM^HEADER;
Z^RESULT Is the result code for this object.  
Z^SUBSYS Is the name of the subsystem.
Z^OBJTYPE Is the object type.
Z^OBJNAME Is the object name, blank-filled. 
Z^MANAGER Is the name of the manager, if any, blank-filled.










