OSI/AS Management Programming Manual

OSI/AS Definitions
Common Definitions
056785 Tandem Computers Incorporated 4–19
ZOSI-DDL-MAX-MSG-BUF
is a message buffer of the maximum allowable size. It has the following structure:
def ZOSI-DDL-MAX-MSG-BUF.
02 Z-MSGCODE type ZSPI-DDL-INT.
02 Z-BUFLEN type ZSPI-DDL-INT.
02 Z-OCCURS type ZSPI-DDL-INT.
02 Z-FILLER type ZSPI-DDL-BYTE
occurs 0 to ZOSI-VAL-MAX-BUFLEN times
depending on Z-OCCURS.
end.
ZOSI-VAL-MAX-BUFLEN is the same size as ZCOM-VAL-MAX-BUF-LEN, the
maximum buffer size for data communications subsystems.
ZOSI-DDL-MIN-MSG-BUF
is a message buffer of the minimum size recommended for OSI/AS commands,
responses, and event messages. It has the following structure:
def ZOSI-DDL-MIN-MSG-BUF.
02 Z-MSGCODE type ZSPI-DDL-INT.
02 Z-BUFLEN type ZSPI-DDL-INT.
02 Z-OCCURS type ZSPI-DDL-INT.
02 Z-FILLER occurs 0 to ZOSI-VAL-MIN-BUFLEN times
depending on Z-OCCURS.
end.
ZOSI-VAL-MIN-BUFLEN is the same size as ZCOM-VAL-BUF-LEN, the
recommended buffer size for data communications subsystems.