TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual—540082-001
7-30
ZPWY-MAP-PAR-FREEZE-SC
ZPWY-MAP-PAR-FREEZE-SC
This token specifies whether to disregard the SCREEN COBOL special register STOP-
MODE, thereby freezing the server class immediately and ignoring incomplete and 
outstanding requests. 
ZIGNORESTOPMODE 
specifies whether to ignore the STOP-MODE special register and freeze the server 
class immediately. The valid values are: 
If you do not assign a value to this field, the default is ZPWY-VAL-NO. 
ZPWY-MAP-PAR-INFO
This token specifies which node names are returned in the response buffer of an INFO 
command. 
def ZPWY-DDL-PAR-FREEZE-SC.
 02 ZIGNORESTOPMODE token-type ZPWY-DDL-YES-NO. 
end.
ZPWY-VAL-NO Specifies not to freeze the server class until the 
STOP-MODE special register is in the correct state.
ZPWY-VAL-YES Specifies to freeze the server class immediately.
Note. Because ZPWY-VAL-NO and ZPWY-VAL-YES are defined as type Native-2 in 
ZSPIDEF.ZPWYCOB and ZIGNORESTOPMODE is defined as type X(2) in 
ZSPIDEF.ZPWYCOB, assigning a value to ZIGNORESTOPMODE can produce an error. 
To avoid generating an error, use the COBOL HIGH-VALUES and LOW-VALUES 
definitions to assign values to fields based on ZSPI-DDL-BOOLEAN. For more 
information, see the SPI Programming Manual.
def ZPWY-DDL-PAR-INFO.
 02 ZNODEINDEPENDENTFORMAT token type ZPWY-DDL-YES-NO
end.










