TS/MP 2.5 Management Programming Manual
ZPWY-DDL-CHAR132
ZPWY-DDL-CHAR132 designates 132 ASCII characters, addressable as a STRUCT, as bytes or
as integers.
def ZPWY-DDL-CHAR132.
pic X(132). 02 Z-C
02 Z-S redefines Z-C.
type BINARY 16 occurs 66 times. 03 Z-I
pic X occurs 132 times. 02 Z-B redefines Z-C
end.
ZPWY-DDL-CPU
ZPWY-DDL-CPU is the CPU number of a particular processor in a system. Valid values range from
0 to 15.
token-type ZSPI-DDL-INT.def ZPWY-DDL-CPU
ZPWY-DDL-CPUWT
ZPWY-DDL-CPUWT is the weight of a defined processor (CPU). Valid values range from 1 to 100.
token-type ZSPI-DDL-INT.def ZPWY-DDL-CPUWT
Assigning a value for ZPWY-DDL-CPUWT is optional.
ZPWY-DDL-CPU-PAIR
ZPWY-DDL-CPU-PAIR designates a primary and backup CPU pair.
def ZPWY-DDL-CPU-PAIR.
token-type ZPWY-DDL-CPU. 02 ZPRIMARY
token-type ZPWY-DDL-CPU. 02 ZBACKUP
end.
ZPRIMARY
is the number of the primary CPU. Valid values range from 0 to 15.
ZBACKUP
is the number of the backup CPU. Valid values range from 0 to 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.
token-type ZPWY-DDL-def ZPWY-DDL-DEFINE-NAME
Private Token and Field Types 61










