Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development 
Guide—109759 A-85
_OUTPUT^DEF
_OUTPUT^DEF
_OUTPUT^DEF is a structure template where the frame declares the output object list 
(OBJECTLIST). 
Example
The following example of a local data definition gives a thread procedure access to the 
output area: 
INT .EXT cx (command^context^def) = _THREAD^CONTEXT^ADDRESS;
INT .EXT out (_OUTPUT^DEF) := @cx._OUTPUT;
See the _FOBJECT^INIT description for another _OUTPUT^DEF example.
STRUCT _OUTPUT^DEF (*);
 BEGIN
 _LIST (OBJECTLIST);
 END;










