TS/MP 2.5 Management Programming Manual

The command accepts processor number as a parameter. The server processes
which used to run on the mentioned processor before processor failure, will be
shifted back to the original processor. To validate this command the number must
be between 0 -15 and PATHMON must be configured to run in MANUAL mode
(SPREBALANCEMODE).
ZPWY-MAP-PAR-FREEZE-SC
This token specifies whether to disregard the SCREEN COBOL special register STOPMODE, thereby
freezing the server class immediately and ignoring incomplete and outstanding requests.
nl
def ZPWY-DDL-PAR-FREEZE-SC.
token-type ZPWY-DDL-YES-NO.
02 ZIGNORESTOPMODE
end.
ZIGNORESTOPMODE
specifies whether to ignore the STOP-MODE special register and freeze the server
class immediately. The valid values are:
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.
If you do not assign a value to this field, then the default is ZPWY-VAL-NO.
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.
ZPWY-MAP-PAR-INFO
This token specifies which node names are returned in the response buffer of an INFO command.
nl
def ZPWY-DDL-PAR-INFO.
token type ZPWY-DDL-YES-NO
02 ZNODEINDEPENDENTFORMAT
end.
ZNODEINDEPENDENTFORMAT
indicates the format in which node names are to be returned. The valid values are:
ZPWY-VAL-YES Directs the PATHMON process to return only the node names
explicitly supplied in previous commands.
For fields of type ZSPI-DDL-FNAME32, \* is returned for node
names not explicitly specified.
For the ZOWNERID field, ZPWY-VAL-NODEINDOWNERSYS
is returned.
For the ZDEFAULTVOLUME field of ZPWY-DDL-DEF- SC, the
node name is returned in local file name format; it is returned
without the node number.
ZPWY-VAL-NO Directs the PATHMON process to return all file names as fully
qualified including those explicitly supplied in previous
ZPWY-MAP-PAR-FREEZE-SC 97