Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
_INPUT
A-60
109759—Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
_INPUT
_INPUT is the name assigned to the _INPUT^DEF structure template within the
command context area (where the frame places the command components). The
_COMMAND^CONTEXT^HEADER define assigns the _INPUT name.
Example
The following example of a local data definition gives a thread procedure access to the
input area:
INT .EXT cx (command^context^def) = _THREAD^CONTEXT^ADDRESS;
INT .EXT in (_INPUT^DEF) := @cx._INPUT;
See the _FOBJECT^INIT description for another _INPUT example.