TS/MP Management Programming Manual (G06.24+, H06.03+)

ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual540082-001
7-37
ZPWY-MAP-SEL-SCLM
ZPWY-MAP-SEL-SCLM
This token specifies the name of a server class and the name of the LINKMON
process to which that server class is linked. The token fields are described under
ZPWY-DDL-SCLMNAME on page 5-6.
When returned in a response buffer, this token specifies the server class and the
associated LINKMON process acted upon.
ZPWY-MAP-SEL-SCPARAM
This token specifies a parameter name for a server class. The token fields are
described under ZPWY-DDL-SCPARAMNAME on page 5-6.
When returned in a response buffer, this token specifies the server class PARAM
message acted upon.
ZPWY-MAP-SEL-SCPROCESS
This token specifies the associated server class and the process name. The token
fields are described under ZPWY-DDL-SCPROCESSNAME on page 5-7.
def ZPWY-DDL-SEL-SCLM.
02 ZNAME.
03 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME. !r
03 FILLER-1 token-type ZPWY-DDL-FILLER.
03 ZLINKMON token-type ZPWY-DDL-OBJECT-NAME. !r
03 FILLER-1 token-type ZPWY-TYP-FILLER.
end.
def ZPWY-DDL-SEL-SCPARAM.
02 ZNAME.
03 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME. !r
03 FILLER token-type ZPWY-DDL-FILLER.
03 ZPARAM token-type ZPWY-DDL-CHAR31. !r
03 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-SEL-SCPROCESS.
02 ZNAME.
03 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
!r
03 FILLER token-type ZPWY-DDL-FILLER.
03 ZPROCESS token-type ZSPI-DDL-CHAR6.
!r
03 ZVERSION token-type ZPWY-DDL-SCPROCESS-VERSION.
!r
end.