Pathway/iTS Management Programming Manual
ZPWY-DDL- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
5-6
ZPWY-DDL-TCPLINKNAME
ZPWY-DDL-TCPLINKNAME
ZPWY-DDL-TCPLINKNAME specifies a link between a TCP and a specific server 
process in a server class. 
ZSERVERCLASS 
is the name of the server class.
ZPROCESS 
is the Guardian process name of the server process. The name consists of a dollar 
sign ($) followed by one to five alphanumeric characters. The first character must 
be a letter.
ZTCP 
is the name of the TCP currently linked to the server class.
ZPWY-DDL-TCPNAME
ZPWY-DDL-TCPNAME identifies a specific TCP. 
ZTCP 
is the name of the specific TCP.
ZPWY-DDL-TCPSCNAME
ZPWY-DDL-TCPSCNAME specifies the name of a server class and the name of the 
TCP linked to that server class. 
def ZPWY-DDL-TCPLINKNAME.
 02 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER token-type ZPWY-DDL-FILLER.
 02 ZPROCESS token-type ZSPI-DDL-CHAR6.
 02 ZTCP token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-TCPNAME.
 02 ZTCP token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-TCPSCNAME.
 02 ZTCP token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER token-type ZPWY-DDL-FILLER.
 02 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.










