ZPWY-DDL- Definitions
NonStop Pathway/iTS Management Programming Manual— 426749-002
5 -3
Buffer Declarations
Buffer Declarations
Pathway/iTS provides the following buffer declarations for message buffers you can
use with the SPI procedures.
ZPWY-DDL-MSG-BUFFER
is a message buffer of the appropriate size for use with most SPI procedures.
This buffer message declaration is also defined in the ZSPIDEF.ZPWYTACL file
with the size of the Z-FILLER field set to 2048 bytes.
ZPWY-DDL-MAX-MSG-BUFFER
is a message buffer of the appropriate size for use with the SPI procedures in
applications that manage requestors written in TACL.
This buffer message declaration is also defined in the ZSPIDEF.ZPWYTACL file
with the size of the Z-FILLER field set to 4994 bytes. It is defined in the
ZSPIDEF.ZPWYTAL file with the size of the Z-FILLER field set to 30000 bytes.
Object Names
The DDL definitions for object names are used to define the object-selector tokens
referenced with token maps (not token codes). For object-selector tokens, whether
each field is required or optional depends upon the command in which the token type
is used; required and optional fields are therefore marked in the individual command
descriptions.
def ZPWY-DDL-MSG-BUFFER.
02 Z-MSGCODE token-type ZSPI-DDL-INT.
02 Z-BUFLEN token-type ZSPI-DDL-INT.
02 Z-OCCURS token-type ZSPI-DDL-INT.
02 Z-FILLER token-type ZSPI-DDL-CHAR.
occurs 0 to ZPWY-VAL-BUFLEN
times
depending on Z-OCCURS.
end.
def ZPWY-DDL-MAX-MSG-BUFFER.
02 Z-MSGCODE token-type ZSPI-DDL-INT.
02 Z-BUFLEN token-type ZSPI-DDL-INT.
02 Z-OCCURS token-type ZSPI-DDL-INT.
02 Z-FILLER token-type ZSPI-DDL-CHAR.
occurs 0 to ZPWY-VAL-MAX-TACL-
BUFLEN
times depending on Z-OCCURS.
end.
Summary of Contents for NonStop Pathway/iTS
Page 28: ...Introduction NonStop Pathway iTS Management Programming Manual 426749 002 1 8 SPI Interface ...
Page 270: ...PROG Commands NonStop Pathway iTS Management Programming Manual 426749 002 9 20 START PROG ...
Page 480: ...TCP Event Messages NonStop Pathway iTS Management Programming Manual 426749 002 11 202 ...