SNAX/APC Management Programming Manual

Version Value
Common Definitions
4–18 111813 Tandem Computers Incorporated
Version Value The version value (ZAPC-VAL-VERSION) indicates the version of the SNAX/APC
subsystem currently being used. For example, the version value may have the
following definition:
constant ZAPC-VAL-VERSION value is version "D30".
Buffer Declarations SNAX/APC provides the following buffer declaration for message buffers that can be
used with the SPI procedures:
ZAPC-DDL-MSG-BUFFER
is a message buffer whose size is that recommended for command messages and
responses.
def ZAPC-DDL-MSG-BUFFER.
02 Z-MSGCODE type ZSPI-DDL-INT.
02 Z-BUFLEN type ZSPI-DDL-UINT.
02 Z-OCCURS type ZSPI-DDL-UINT.
02 Z-FILLER type ZSPI-DDL-BYTE
occurs 0 to ZAPC-VAL-BUFLEN times,
depending on Z-OCCURS.
end.
All applications should use this declaration for a buffer of the recommended size.