Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide

DSNM Library Services
Distributed Systems Network Management (DSNM) Subsystem Interface Development
Guide109759 A-119
_ST^MIN^THREAD^STATE
_ST^MIN^THREAD^STATE
_ST^MIN^THREAD^STATE is the minimum value of a user-defined thread state.
Considerations
Thread states are normally declared as literals.
Values less than _ST^MIN^THREAD^STATE are reserved for use by the frame.
_THREAD^STATE contains the current thread state.
Example
The following example declares several user-defined thread states and sets the current
thread state:
LITERAL thr^state1 = _ST^MIN^THREAD^STATE, thr^state2,
thr^state3,...;
_THREAD^STATE := thr^state2;
_ST^MIN^THREAD^STATE