Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
_OUTPUT
A-84
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
_OUTPUT
_OUTPUT is the name assigned to the _OUTPUT^DEF structure template within the 
command context area where the frame declares the output object list (OBJECTLIST). 
_OUTPUT is assigned by _COMMAND^CONTEXT^HEADER. 
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 example.










