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

ZPWY-DDL- Definitions
NonStop TS/MP Management Programming Manual540082-001
5-10
ZPWY-DDL-CPU
ZPWY-DDL-CPU
ZPWY-DDL-CPU is the CPU number of a particular processor in a system. Valid
values range from 0 through 15.
ZPWY-DDL-CPU-PAIR
ZPWY-DDL-CPU-PAIR designates a primary and backup CPU pair.
ZPRIMARY
is the number of the primary CPU. Valid values range from 0 through 15.
ZBACKUP
is the number of the backup CPU. Valid values range from 0 through 15.
Entering values for ZPRIMARY and ZBACKUP is optional in multiprocessor
environments; the system assigns a backup CPU if you do not designate one. This
field is not applicable in single-processor environments.
ZPWY-DDL-DEFINE-NAME
ZPWY-DDL-DEFINE-NAME identifies the name given to a DEFINE definition.
A DEFINE name can be from 2 through 24 characters in length. The first character
must be an equal sign (=) and the second must be a letter. The name can contain
alphanumeric characters, hyphens (-), underscores (_), and circumflexes (^).
For more information about DEFINEs, see the TACL Reference Manual and the
Guardian User’s Guide.
ZPWY-DDL-DUMP-INFO
ZPWY-DDL-DUMP-INFO specifies whether the PATHMON process or the
Pathway/iTS TCP writes the contents of its data stack and extended data segment
information to a file if an internal error occurs. If dumping is enabled, you can specify
the name of the file to which the information is written.
def ZPWY-DDL-CPU token-type ZSPI-DDL-INT.
def ZPWY-DDL-CPU-PAIR.
02 ZPRIMARY token-type ZPWY-DDL-CPU.
02 ZBACKUP token-type ZPWY-DDL-CPU.
end.
def ZPWY-DDL-DEFINE-NAME token-type ZPWY-DDL-
CHAR24.