TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-DDL- Definitions
NonStop TS/MP Management Programming Manual—540082-001
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-SCNAME is used 
to build the token code ZPWY-TKN-SCNAME.
ZPWY-DDL-LMNAME
ZPWY-DDL-LMNAME identifies a LINKMON process. 
ZLINKMON 
specifies the name of a LINKMON process.
ZPWY-DDL-PMREQUESTERNAME
ZPWY-DDL-PMREQUESTERNAME identifies a requester of the PATHMON process. 
(For a complete list of possible requesters, see the description of the ZREQTYPE field 
under ZPWY-MAP-STATUS-PMREQUESTER on page 7-50.) 
ZNUMBER 
contains a number identifying the requester.
ZPWY-DDL-SCNAME
ZPWY-DDL-SCNAME identifies a server class. 
def ZPWY-DDL-LMNAME.
 02 ZLINKMON token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER-1 token-type ZPWY-DDL-FILLER.
end.
def ZPWY-DDL-PMREQUESTERNAME.
 02 ZNUMBER token-type ZSPI-DDL-CHAR-PAIR.
end.
def ZPWY-DDL-SCNAME.
 02 ZSERVERCLASS token-type ZPWY-DDL-OBJECT-NAME.
 02 FILLER-1 token-type ZPWY-DDL-FILLER.
 02 ZVERSION token-type ZPWY-DDL-SC-VERSION.
end.










