Pathway/iTS Management Programming Manual
ZPWY-DDL- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
5-4
Token Codes for Object Names
The DDL definitions for object names are also used to define the error tokens 
ZPWY-TKN-REQobjecttypeNAME and ZPWY-TKN-objecttypeNAME and the 
subject tokens for event messages. 
Token Codes for Object Names
The DDL definitions for object names describe token types that have the prefix 
ZPWY-TYP-. The token types are used to build token codes, which have the prefix 
ZPWY-TKN-. Each token code for an object name has the same name as its 
corresponding token type; for example, the token type ZPWY-TYP-PROGNAME is 
used to build the token code ZPWY-TKN-PROGNAME.
ZPWY-DDL-PROGNAME
ZPWY-DDL-PROGNAME identifies a PROG object—a template used by the 
PATHMON process to create temporary TERM objects. 
ZPROGRAM 
specifies the name of a PROG object definition.
ZPWY-DDL-PROGTERMNAME
ZPWY-DDL-PROGTERMNAME specifies the PROG object name and the type of 
device on which the program runs. 
ZPROGRAM 
specifies the name of the program with which this device is associated.
ZTERMTYPE 
specifies the type of device. For more information on device types, see the 
description of ZPWY-DDL-TERMTYPE-INFO on page 5-17.
def ZPWY-DDL-PROGNAME.
 02 ZPROGRAM token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-PROGTERMNAME.
 02 ZPROGRAM token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER token-type ZPWY-DDL-FILLER.
 02 ZTERMTYPE token-type ZPWY-DDL-TERM-TYPE.
 02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.










