TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-DDL- Definitions
NonStop TS/MP Management Programming Manual—540082-001
5-3
Buffer Declarations
Buffer Declarations
TS/MP provides these 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 the SPI procedures in
applications that manage Guardian server processes.
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 Open System Services (OSS) server processes.
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-BUFLEN
times depending on Z-OCCURS.
end.