Pathway/iTS Management Programming Manual
ZPWY-MAP- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
6-45
ZPWY-MAP-SEL-PROGTERM
ZPWY-MAP-SEL-PROGTERM
this token specifies a PROG object name and the type of device on which the program 
runs. The token fields are described under ZPWY-DDL-PROGTERMNAME on 
page 5-4. 
When returned in a response buffer, this token specifies the PROG object and device 
type acted upon.
ZPWY-MAP-SEL-SCTCP
This token specifies the name of a server class and the name of the TCP under which 
the server class runs. The token fields are described under ZPWY-DDL-SCTCPNAME 
on page 5-5. 
When returned in a response buffer, this token specifies the TCP and the associated 
server class acted upon.
ZPWY-MAP-SEL-SCTERM
This token specifies the name of a specific TERM object associated with a given server 
class. The token fields are described under ZPWY-DDL-SCTERMNAME on page 5-5. 
When returned in a response buffer, this token specifies the terminal and the 
associated server class acted upon.
def ZPWY-DDL-SEL-PROGTERM.
 02 ZNAME.
 03 ZPROGRAM token-type ZPWY-DDL-OBJECT-NAME. !r
 03 FILLER token-type ZPWY-DDL-FILLER.
 03 ZTERMTYPE token-type ZPWY-DDL-TERM-TYPE. !r
 03 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-SEL-SCTCP.
 02 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME. !r
 02 FILLER-1 token-type ZPWY-DDL-FILLER.
 02 ZTCP token-type ZPWY-DDL-OBJECT-NAME. !r
 02 FILLER-1 token-type ZPWY-TYP-FILLER.
end.
def ZPWY-DDL-SEL-SCTERM.
 02 ZNAME.
 03 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME. !r
 03 FILLER token-type ZPWY-DDL-FILLER.
 03 ZTERM token-type ZPWY-DDL-OBJECT-NAME. !r
 03 FILLER-1 token-type ZPWY-DDL-FILLER.
end.










