TS/MP 2.5 Management Programming Manual

ZPWY-DDL-SCPARAMNAME
ZPWY-DDL-SCPARAMNAME identifies a PARAM message and the server class with which it is
associated.
def ZPWY-DDL-SCPARAMNAME.
token-type ZPWY-DDL-OBJECT-NAME. 02 ZSERVERCLASS
token-type ZPWY-DDL-FILLER. 02 FILLER
token-type ZPWY-DDL-CHAR31. 02 ZPARAM
token-type ZPWY-DDL-FILLER. 02 FILLER-1
end.
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.
def ZPWY-DDL-SCPROCESSNAME.
token-type ZPWY-DDL-OBJECT-NAME. 02 ZSERVERCLASS
token-type ZPWY-DDL-FILLER. 02 FILLER
token-type ZSPI-DDL-CHAR6. 02 ZPROCESS
token-type 02 ZVERSION
ZPWY-DDL-SCPROCESS-VERSION.
end.
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 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.
58 ZPWY-DDL- Definitions