TS/MP 2.5 Management Programming Manual
ZPWY-DDL-SCSTARTUPNAME
ZPWY-DDL-SCSTARTUPNAME identifies a startup message and the server class to be associated
with that message.
def ZPWY-DDL-SCSTARTUPNAME.
token-type ZPWY-DDL-OBJECT-NAME. 02 ZSERVERCLASS
token-type ZPWY-DDL-FILLER. 02 FILLER-1
end.
ZSERVERCLASS
is the name of the server class.
ZPWY-DDL-UNKNOWNNAME
ZPWY-DDL-UNKNOWNNAME is used in event management to identify the name of the subject
when the object type (for example, SC) is unknown. It is also used for internal errors when the type
of the subject is not known.
def ZPWY-DDL-UNKNOWNNAME.
token-type ZPWY-DDL-OBJECT-NAME. 02 UNKNOWN
token-type ZPWY-DDL-FILLER. 02 FILLER-1
end.
UNKNOWN
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.
These paragraphs describe the private token and field types defined by the Pathway subsystem
for TS/MP.
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 or Pathway/iTS TCP or TERM object) within a fixed
10-minute interval.
token-type ZSPI-DDL-INT2.def ZPWY-DDL-AUTO-RESTART
ZPWY-DDL-CHAR15
ZPWY-DDL-CHAR15 designates 15 ASCII characters, addressable as a STRUCT, as bytes or as
integers.
def ZPWY-DDL-CHAR15.
pic X(15). 02 Z-C
02 Z-S redefines Z-C.
type BINARY 16 occurs 7 03 Z-I
Private Token and Field Types 59










