Pathway/iTS Management Programming Manual
ZPWY-DDL- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
5-7
ZPWY-DDL-TCPTERMNAME
ZTCP 
is the name of the TCP.
ZSERVERCLASS 
is the name of the server class.
ZPWY-DDL-TCPTERMNAME
ZPWY-DDL-TCPTERMNAME identifies a terminal associated with a specific TCP. 
ZTERM 
is the name of a TERM object.
ZTCP 
is the name of the TCP with which this TERM object is associated.
ZPWY-DDL-TELLNAME
ZPWY-DDL-TELLNAME specifies the number of a tell message. 
ZNUMBER 
is a binary number that the PATHMON process returns to the ADD TELL 
command to identify the tell message for subsequent commands. The number is 
defined as two characters to allow programs to use continuation.
ZPWY-DDL-TERMNAME
ZPWY-DDL-TERMNAME identifies a TERM object. 
def ZPWY-DDL-TCPTERMNAME.
 02 ZTCP token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER token-type ZPWY-DDL-FILLER.
 02 ZTERM token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-TELLNAME.
 02 ZNUMBER token-type ZSPI-DDL-CHAR-PAIR.
end.
def ZPWY-DDL-TERMNAME.
 02 ZTERM token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.










