Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development 
Guide—109759 A-61
_INPUT^DEF
_INPUT^DEF
_INPUT^DEF is a structure template into which the frame places the action and 
command modifiers to be passed to the thread. 
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^DEF example.
STRUCT _INPUT^DEF (*); 
 BEGIN
 _LIST (OBJECTLIST);
 INT action;
 STRUCT mod (zdsn^mod^def);
END;










