TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-DDL- Definitions
NonStop TS/MP Management Programming Manual—540082-001
5-6
ZPWY-DDL-SCDEFINENAME
ZPWY-DDL-SCDEFINENAME
ZPWY-DDL-SCDEFINENAME identifies a DEFINE definition and the server class with
which it is associated.
ZSERVERCLASS
is the server class with which this DEFINE name is associated.
ZDEFINE
is the name of the DEFINE.
ZPWY-DDL-SCLMNAME
ZPWY-DDL-SCLMNAME identifies a server class and the name of the LINKMON
process that is linked to that server class.
ZSERVERCLASS
is the name of the server class.
ZLINKMON
is the name of the LINKMON process.
ZPWY-DDL-SCPARAMNAME
ZPWY-DDL-SCPARAMNAME identifies a PARAM message and the server class with
which it is associated.
def ZPWY-DDL-SCDEFINENAME.
02 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
02 FILLER token-type ZPWY-DDL-FILLER.
02 ZDEFINE token-type ZPWY-DDL-DEFINE-NAME.
end.
def ZPWY-DDL-SCLMNAME.
02 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
02 FILLER token-type ZPWY-DDL-FILLER.
02 ZINKMON token-type ZPWY-DDL-OBJECT-NAME.
02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-SCPARAMNAME.
02 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
02 FILLER token-type ZPWY-DDL-FILLER.
02 ZPARAM token-type ZPWY-DDL-CHAR31.
02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.