TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual—540082-001
7-52
ZPWY-MAP-STATUS-SC
ZPWY-MAP-STATUS-SC
This token reports status information on a server class. 
ZSTATUSTIME 
is the time this status was collected, as a four-word GMT timestamp.
ZFREEZESTATE 
is the current freeze-state of the server class. The possible values are: 
ZERRORINFO 
contains error information. The field is described under ZPWY-DDL-ERROR-
INFO on page 5-13.
ZRUNNING 
is a count of the server processes that are currently running in the server class.
ZERRORINFO2 
contains error information. The field is described under ZPWY-DDL-
ERRINFO2 on page 5-12.
def ZPWY-DDL-STATUS-SC.
 02 ZSTATUSTIME token-type ZSPI-DDL-TIMESTAMP.
 02 ZFREEZESTATE token-type ZPWY-DDL-FRZSTATE-VALUE.
 02 ZERRORINFO token-type ZPWY-DDL-ERROR-INFO.
 03 ZERROR token-type ZSPI-DDL-INT.
 03 ZINFO token-type ZSPI-DDL-INT.
 02 ZRUNNING token-type ZSPI-DDL-INT.
 02 ZERRORINFO2 token-type ZPWY-DDL-ERRINFO2.
 03 ZERROR2 token-type ZSPI-DDL-INT.
 03 ZINFO2 token-type ZSPI-DDL-INT.
 03 ZDETAIL2 token-type ZSPI-DDL-INT.
end.
ZPWY-VAL-THAWED The server class is thawed.
ZPWY-VAL-PENDING The server class received a FREEZE command, 
but the state of one or more Pathway/iTS TERM 
objects delays the completion of the freeze.
ZPWY-VAL-FROZEN The server class is frozen. No communication can 
take place with any server of the server class until 
the class receives a THAW command.










