Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide
DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development
Guide—109759 A-33
_COMMAND^PROC
_COMMAND^PROC
_COMMAND^PROC is the name of the first command thread procedure to be
dispatched by the frame.
Considerations
The frame invokes the command thread as _COMMAND^PROC the first time it
dispatches an instance of the thread. It is required to have one thread defined with this
name in the I process.
You can change the procedure called at the next dispatch with:
•
_DISPATCH^THREAD
•
_PUSH^THREAD^PROCSTATE
•
_POP^THREAD^PROCSTATE
•
_SET^THREAD^PROC
•
_SAVE^THREAD^AND^DISPATCH
•
_RESTORE^THREAD^AND^DISPATCH
Example
_THREAD^PROC (_COMMAND^PROC);
BEGIN
< procedure body >
_END^THREAD^PROC;
_THREAD^PROC (_COMMAND^PROC);
Note. The thread procedure called at the next dispatch is referred to as the “current” thread.