TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual—540082-001
7-36
ZPWY-MAP-SEL-SCASSIGN
ZPWY-MAP-SEL-SCASSIGN
This token specifies the associated server class and the name to which a file name
and file attributes are assigned. The token fields are described under ZPWY-DDL-
SCASSIGNNAME on page 5-5.
When returned in a response buffer, this token specifies the associated server class
and the specific server ASSIGN message acted upon.
All the fields in ZPWY-MAP-DEF-SCASSIGN are optional. However, at least one field
must be assigned a value when adding a server class.
ZPWY-MAP-SEL-SCDEFINE
This token specifies the associated server class and the name to which a DEFINE is
assigned. The token fields are described under ZPWY-DDL-SCDEFINENAME on
page 5-6.
When returned in a response buffer, this token specifies the server DEFINE definition
acted upon.
def ZPWY-DDL-SEL-SCASSIGN.
02 ZNAME.
03 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
03 FILLER token-type ZPWY-DDL-FILLER.
03 ZLOGICALUNIT.
04 ZPROGRAMUNIT token-type ZPWY-DDL-CHAR31.
04 FILLER token-type ZPWY-DDL-FILLER.
04 ZLOGICALFILE token-type ZPWY-DDL-CHAR31.
04 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-SEL-SCDEFINE
02 ZNAME.
03 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
!r
03 FILLER token-type ZPWY-DDL-FILLER.
03 ZDEFINE token-type ZPWY-DDL-DEFINE-NAME.
!r
end.