TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual—540082-001
7-27
ZPWY-MAP-DEF-SCSTARTUP
ZPRIORITY
is the priority at which the server process runs. Valid values range from 1 through
199. If you do not assign a value to this field, the default is the value specified for
the same field in ZPWY-DDL-DEF-SC.
ZPWY-MAP-DEF-SCSTARTUP
This token defines the character string sent to a Guardian server process in the startup
message.
ZLENGTH
is the length, in bytes, of the startup string. Valid values range from 0 through 132.
ZAREA
is the startup string value.
ZPWY-MAP-PAR-CONTROL-PM
This token defines PATHMON process attributes that can be changed by using the
CONTROL PM command.
def ZPWY-DDL-DEF-SCSTARTUP.
02 ZLENGTH token-type ZSPI-DDL-INT.
!r
02 ZAREA token-type ZPWY-DDL-CHAR132.
!r
end.
def ZPWY-DDL-PAR-CONTROL-PM.
02 ZBACKUPCPU token-type ZPWY-DDL-CPU.
02 ZDUMPINFO.
03 ZDUMP token-type ZPWY-DDL-ON-OFF.
03 ZDUMPFILE token-type ZSPI-DDL-FNAME32.
02 ZLOG1INFO.
03 ZSTATE token-type ZPWY-DDL-FILESTATE-VALUE.
03 ZSTATUS token-type ZPWY-DDL-ON-OFF.
03 ZEVENTFORMAT token-type ZPWY-DDL-ON-OFF.
03 ZFILE token-type ZSPI-DDL-FNAME32.
02 ZLOG2INFO.
03 ZSTATE token-type ZPWY-DDL-FILESTATE-VALUE.
03 ZSTATUS token-type ZPWY-DDL-ON-OFF.
03 ZEVENTFORMAT token-type ZPWY-DDL-ON-OFF.
03 ZFILE token-type ZSPI-DDL-FNAME32.
end.