ZPWY-MAP- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
6-46
ZPWY-MAP-SEL-TCP
ZPWY-MAP-SEL-TCP
This token specifies the name of a TCP. The token fields are described under ZPWY-
DDL-TCPNAME on page 5-6.
When returned in a response buffer, this token specifies the TCP acted upon.
ZPWY-MAP-SEL-TCPLINK
This token specifies a link between a TCP and a specific server process in a server
class. The token fields are described under ZPWY-DDL-TCPLINKNAME on page 5-6.
When returned in a response buffer, this token specifies the link acted upon.
ZPWY-MAP-SEL-TCPSC
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-TCPSCNAME
on page 5-6.
When returned in a response buffer, this token specifies the TCP acted upon.
def ZPWY-DDL-SEL-TCP.
02 ZNAME.
03 ZTCP token-type ZPWY-DDL-OBJECT-NAME.
!r
03 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-SEL-TCPLINK.
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 ZTCP token-type ZPWY-DDL-OBJECT-NAME. !r
03 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-SEL-TCPSC.
02 ZNAME
03 ZTCP token-type ZPWY-DDL-OBJECT-NAME.!r
03 FILLER token-type ZPWY-DDL-FILLER.
03 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.!r
03 FILLER-1 token-type ZPWY-DDL-FILLER.
end.