TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-DDL- Definitions
NonStop TS/MP Management Programming Manual—540082-001
5-17
Private Field Types for Predefined Values
ZPWY-VAL-BUFLEN
is the length of the message buffer, in bytes.
ZPWY-VAL-BUFSIZE
is the size of the message buffer, in words. The message buffer is used to
communicate with the PATHMON process.
ZPWY-VAL-VERSION
is the product version number of the Pathway subsystem. This value is a 16-bit
unsigned integer. The left byte contains the letter part of the version as an ASCII
uppercase alphabetic character, and the right byte contains the numeric part of the
version as an unsigned integer value: for example, D30.
Private Field Types for Predefined Values
Many predefined token and field values are associated with private field types specific
to the Pathway subsystem. For example, the predefined values ZPWY-VAL-SUPER,
ZPWY-VAL-O, and ZPWY-VAL-A are some of the values associated with the private
field type ZPWY-DDL-SECURITY-VALUE.
The private field types are described here and share these features:
•
They are associated with the predefined values described. Values that appear in
only one field are listed and described with the command in which they appear.
Values that appear in multiple fields are listed and described here.
•
They are used only as a basis for defining other types. These types indicate the
structure or type of parts of other types, but your programs should not have to refer
to them directly. Therefore, to save space, the Pathway subsystem does not
produce programming-language declarations for them.
ZPWY-DDL-CTLSTATE-VALUE
ZPWY-DDL-CTLSTATE-VALUE contains information on the state of the PATHMON
process in the PATHCTL file. Values are described with ZPWY-MAP-PAR-INFO on
page 7-30.
ZPWY-DDL-FILESTATE-VALUE
ZPWY-DDL-FILESTATE-VALUE specifies the state of a file.
Valid values are ZPWY-VAL-CLOSED or ZPWY-VAL-OPEN.
def ZPWY-DDL-CTLSTATE-VALUE token-type ZSPI-DDL-ENUM.
def ZPWY-DDL-FILESTATE-VALUE token-type ZSPI-DDL-
ENUM.