OSI/AS Management Programming Manual

OSI/AS Definitions
Common Definitions
4–18 056785 Tandem Computers Incorporated
For descriptions of these definitions, refer to the System Procedure Errors and Messages
Manual.
OSI/AS Definitions Definitions whose names begin with ZOSI are OSI/AS definitions. These definitions
consist of simple tokens and extensible structured tokens used in OSI/AS commands
and responses. They are provided in the ZSPIDEF.ZOSIDDL file and in the
corresponding files for other languages.
The OSI/AS definitions that appear in several commands, responses, or event
messages are described in the following subsections. Information specific to a
particular command, response, or event message is discussed in the individual
command and event-message descriptions in Sections 5 and 6. Appendix B provides a
complete list of all OSI/AS simple and extensible structured tokens and gives the
token type or token map name for each.
Buffer Declarations The OSI/AS subsystem provides the following buffer declarations for SPI message
buffers.
ZOSI-DDL-MSG-BUFFER
is a message buffer whose size is that recommended for command messages and
for responses in which each reply message contains a single response record. It
has the following structure:
def ZOSI-DDL-MSG-BUFFER.
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-BUFLEN times
depending on Z-OCCURS.
end.
ZOSI-VAL-BUFLEN is the same size as ZCOM-VAL-BUF-LEN, the recommended
buffer size for data communications subsystems.