TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-DDL- Definitions
NonStop TS/MP Management Programming Manual—540082-001
5-8
ZPWY-DDL-UNKNOWNNAME
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.
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.
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.
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.