TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-DDL- Definitions
NonStop TS/MP Management Programming Manual—540082-001
5-7
ZPWY-DDL-SCPROCESSNAME
ZSERVERCLASS
is the name of the server class with which the PARAM is associated.
ZPARAM
is the name of a parameter to which you assign a string value.
ZPWY-DDL-SCPROCESSNAME
ZPWY-DDL-SCPROCESSNAME identifies a specific server process within a server
class.
ZSERVERCLASS
is the name of the server class.
ZPROCESS
is the name of a server process within the server class. The name consists of a
dollar sign ($) followed by one to five alphanumeric characters. The first character
must be a letter.
If you want the operating system to provide default server process names, do not
use this token type to specify process names for your servers. The operating
system provides process names when the servers are started.
ZVERSION
is the internal format version; set this to the preset value ZPWY-VAL-
SCPROCESS2. The PATHMON process uses this value to ensure that the
response buffer contains data compatible with the requester version.
ZPWY-DDL-SCSTARTUPNAME
ZPWY-DDL-SCSTARTUPNAME identifies a startup message and the server class to
be associated with that message.
def ZPWY-DDL-SCPROCESSNAME.
02 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
02 FILLER token-type ZPWY-DDL-FILLER.
02 ZPROCESS token-type ZSPI-DDL-CHAR6.
02 ZVERSION token-type
ZPWY-DDL-SCPROCESS-VERSION.
end.
def ZPWY-DDL-SCSTARTUPNAME.
02 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.