TS/MP Management Programming Manual (G06.24+, H06.03+)

ZPWY-DDL- Definitions
NonStop TS/MP Management Programming Manual540082-001
5-14
ZPWY-DDL-OBJECT-NAME
ZPWY-DDL-OBJECT-NAME
ZPWY-DDL-OBJECT-NAME designates a name given to an object in the PATHMON
environment (such as a PM or SC object). The name can have from 1 through 15
alphanumeric or hyphen characters, must start with a letter, must be unique within the
Pathway subsystem, and must not be a Pathway reserved word. The name must be
left-justified and blank-filled. Pathway subsystem reserved words are listed in the
TS/MP System Management Manual.
ZPWY-DDL-ON-OFF
ZPWY-DDL-ON-OFF specifies whether a feature or capability (such as using an
Inspect process or TMF auditing) is enabled.
Values can be ZPWY-VAL-ON or ZPWY-VAL-OFF; their meanings are further
described in the fields in which they occur.
ZPWY-DDL-OWNER-ID
ZPWY-DDL-OWNER-ID is the user ID allowed to issue commands that directly alter
the state of PATHMON-controlled objects. The user ID must be known to the system in
which your management application is running.
ZSYSTEMNUMBER
is a number from 0 through 255 that uniquely identifies a system. To find your
system number, call the MYSYSTEMNUMBER procedure as described in the
Guardian Procedure Calls Reference Manual. You need not specify a system
number if the system associated with the user ID is the same as the system in
which your management application is running.
To specify node-independence, set this field to
ZPWY-VAL-NODEINDOWNERSYS.
ZPWY-DDL-OBJECT-NAME token-type ZPWY-DDL-CHAR15.
def ZPWY-DDL-ON-OFF token-type ZSPI-DDL-BOOLEAN.
Note. ZPWY-VAL-ON is equivalent to ZSPI-VAL-TRUE, and ZPWY-VAL-OFF is equivalent to
ZSPI-VAL-FALSE, neither of which values are supported in COBOL. For information on
working with Boolean values and COBOL coding suggestions, see the SPI Programming
Manual.
def ZPWY-DDL-OWNER-ID.
02 ZSYSTEMNUMBER token-type ZSPI-DDL-INT.
02 ZGROUPNUMBER token-type ZSPI-DDL-INT.
02 ZUSERNUMBER token-type ZSPI-DDL-INT.
end.