Pathway/iTS Management Programming Manual
ZPWY-DDL- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
5-8
ZPWY-DDL-UNKNOWNNAME
ZTERM 
is the name of the specific TERM object.
ZPWY-DDL-UNKNOWNNAME
ZPWY-DDL-UNKNOWNNAME is used in event management to identify the name of 
the subject when the object type (for example, TCP or TERM) is unknown. It is also 
used for internal errors when the type of the subject is not known. 
ZUNKNOWN 
identifies the name of the subject of an event, which is of an unknown type.
Private Token and Field Types
A private token is a token defined and used exclusively by the subsystem that defines 
it. 
The following paragraphs describe the private token and field types defined by the 
Pathway subsystem for Pathway/iTS.
ZPWY-DDL-AUTO-RESTART
ZPWY-DDL-AUTO-RESTART specifies the maximum number of times that the 
PATHMON process attempts to restart an object (that is, a server, TCP, or TERM) 
within a fixed 10-minute interval. 
ZPWY-DDL-CHAR15
ZPWY-DDL-CHAR15 designates 15 ASCII characters, addressable as a STRUCT, as 
bytes or as integers. 
def ZPWY-DDL-UNKNOWNNAME.
 02 UNKNOWN token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-AUTO-RESTART token-type ZSPI-DDL-INT2.
def ZPWY-DDL-CHAR15.
 02 Z-C PIC X(15).
 02 Z-S redefines Z-C.
 03 Z-I type BINARY 16 occurs 7 
times.
 03 FILLER PIC X.
 02 Z-B redefines Z-C PIC X occurs 15 times.
end.










