TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual—540082-001
7-24
ZPWY-MAP-DEF-SCPARAM
ZPWY-MAP-DEF-SCPARAM
This token defines an individual server PARAM. The PATHMON process bundles all 
the individual PARAMs for a specific server into a PARAM message according to a 
specified Guardian format. The PATHMON process sends the PARAM message to 
each server process that it starts. 
ZLENGTH 
is the length, in bytes, of the parameter value.
ZAREA 
is the character string you assign to the parameter.
Considerations
•
An individual server class is limited to a maximum of 225 individual PARAMs. 
•
The PARAM message is limited to a length of 1024 bytes. The SPI requester 
program must be written to enforce these limits. For information on how to format a 
PARAM message, see the Guardian Programmer’s Guide.
•
The PATHMON process uses the information you supply in the ZPWY-DDL-DEF-
SCPARAM token to send a PARAM message to each server that it starts. No more 
than 120 PARAM messages can be added to any one server class. In practice, the 
actual number can be less because all individual PARAMs for a server are 
collected into a single PARAM message, which is limited in length to 1028 bytes. 
For more information about PARAM messages, see the Guardian Programmer’s 
Guide.
def ZPWY-DDL-DEF-SCPARAM.
 02 ZLENGTH token-type ZSPI-DDL-INT.
 02 ZAREA token-type ZPWY-DDL-
CHAR132.
end.










