Pathway/iTS Management Programming Manual
ZPWY-MAP- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
6-47
ZPWY-MAP-SEL-TCPTERM
ZPWY-MAP-SEL-TCPTERM
This token specifies a link between a TCP and a specific terminal. The token fields are 
described under ZPWY-DDL-TCPTERMNAME on page 5-7. 
When returned in a response buffer, this token specifies the link acted upon.
ZPWY-MAP-SEL-TELL
his token specifies a tell message. The token fields are described under ZPWY-DDL-
TELLNAME on page 5-7. 
When returned in a response buffer, this token specifies the tell message acted upon.
ZPWY-MAP-SEL-TERM
This token specifies a terminal. The token fields are described under ZPWY-DDL-
TERMNAME on page 5-7. 
When returned in a response buffer, this token specifies the terminal acted upon.
def ZPWY-DDL-SEL-TCPTERM.
 02 ZNAME.
 03 ZTCP 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.
def ZPWY-DDL-SEL-TELL.
 02 ZNAME.
 03 ZNUMBER token-type ZSPI-DDL-CHAR-PAIR. !r
end.
def ZPWY-DDL-SEL-TERM. 
 02 ZNAME.
 03 ZTERM token-type ZPWY-DDL-OBJECT-NAME. !r
 03 FILLER-1 token-type ZPWY-DDL-FILLER.
end.










