TR3271 Management Programming Manual

COMMON DEFINITIONS
TR3271 Predefined Token and Field Values
ZTR3-DDL-MSG-MAXBUF is a message buffer whose size is that
recommended for responses in which each reply message contains
multiple response records.
def ZTR3-DDL-MSG-MAX-BUF.
02 Z-MSGCODE type ZSPI-TYP-INT.
02 Z-BUFLEN type ZSPI-TYP-UINT.
02 Z-OCCURS type ZSPI-DDL-UINT.
02 Z-FILLER type ZSPI-DDL-BYTE
occurs 0 to ZCOM-VAL-MAXBUFLEN times
depending on Z-OCCURS.
end.
TR3271 Predefined Token and Field Values
The TR3271 subsystem defines the following token and field
values.
ZTR3-VAL-EVT-BUFLEN is the buffer size in bytes for event
messages issued by the TR3271 subsystem.
ZTR3-VAL-SSID is the subsystem ID for the TR3271 subsystem. Its
structure definition is given earlier in this section, under "SPI
Standard Definitions."
For more information about ZTR3-VAL-SSID, refer to the discussion
of the subsystem ID in the
Distributed Systems Management (DSM)
Programming Manual
.
ZTR3-VAL-VERSION is the version number of this version of the
TR3271 subsystem. This value is a 16-bit unsigned integer; the
left byte contains the letter part of the version as an ASCII
uppercase alphabetic character, and the right byte contains the
numeric part of the version as an unsigned integer value.
TR3271 Simple Tokens
The TR3271 subsystem only defines simple tokens that appear in
event messages. These tokens include internal tokens, which
appear in the ZTR3-EVT-INTERNAL-ERROR (74) event message. All
the simple tokens defined by the TR3271 subsystem are listed
below in the subsection "Tokens in Event Messages."
5-18