ZPWY-DDL- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
5-9
ZPWY-DDL-CHAR30
ZPWY-DDL-CHAR30
ZPWY-DDL-CHAR30 designates 30 ASCII characters, addressable as a STRUCT, as
bytes or as integers.
ZPWY-DDL-CHAR132
ZPWY-DDL-CHAR132 designates 132 ASCII characters, addressable as a STRUCT,
as bytes or as integers.
ZPWY-DDL-CPU
ZPWY-DDL-CPU is the processor number of a particular processor in a system. Valid
values range from 0 to 15.
ZPWY-DDL-DUMP-INFO
ZPWY-DDL-DUMP-INFO specifies whether the 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-CHAR30.
02 Z-C PIC X(30).
02 Z-S redefines Z-C.
03 Z-I type BINARY 16 occurs 15 times.
02 Z-B redefines Z-C PIC X occurs 30 times.
end.
def ZPWY-DDL-CHAR132.
02 Z-C PIC X(132).
02 Z-S redefines Z-C.
03 Z-I type BINARY 16 occurs 66 times.
02 Z-B redefines Z-C PIC X occurs 132 times.
end.
def ZPWY-DDL-CPU token-type ZSPI-DDL-INT.
def ZPWY-DDL-DUMP-INFO.
02 ZDUMP token-type ZPWY-DDL-ON-OFF.
02 ZDUMPFILE token-type ZSPI-DDL-FNAME32.
end.
Note. The value specified for ZDUMP in the CONTROL TCP command overrides the value
specified for ZDUMP in the ADD TCP command.