OSI/AS and OSI/TS Supplement (Includes RFC-1006 Support)
General OSI/AS and OSI/TS Manual Changes and Corrections
8–14 107751 Tandem Computers Incorporated
MAXCONNECTIONS
specifies the maximum number of concurrent transport connections allowed
within a TSP process.
Value: 1 through 1024
Default: 1024
S 930930 1104 13659
Summary
The ZNSP-TYPE field of the ZAPS-DDL-LL-ERROR-BUF contains a new value.
Manuals Affected
Tandem OSI/AS Programming Manual
Detailed Description
The following description for ZAPS-DDL-LL-ERROR-BUF shows the correct values for
the ZNSP-TYPE field.
ZAPS-DDL-LL-ERROR-BUF is a mapping of ZAPS-DDL-DIAG-BUF that is returned
by the
diagnostic-buffer
parameter of APS_STATUS_ in conjunction with the
error code ZAPS-ERR-L5-TRANS-FS-ERROR (-1001), subcode FEDISCONNECT (140).
ZAPS-DDL-LL-ERROR-BUF contains Transport Layer information that further
explains the conditions associated with the -1001/140 error.
DEFINITION ZAPS-DDL-LL-ERROR-BUF.
02 ZVERSION TYPE ZAPS-DDL-INT1.
02 ZLAST-ERR TYPE ZAPS-DDL-INT1.
02 ZTCON-STATE TYPE ZAPS-DDL-INT1.
02 ZTCON-SUB-STATE TYPE ZAPS-DDL-INT1.
02 ZCLASS TYPE ZAPS-DDL-INT1.
02 ZNSP-SU TYPE ZAPS-DDL-CHAR32.
02 ZNSP-FS-ERRCODE TYPE ZAPS-DDL-INT1.
02 ZNSP-DSM-RETCODE TYPE ZAPS-DDL-INT1.
02 ZNSP-TYPE TYPE ZAPS-DDL-INT1.
02 ZX25.
03 ZX25-DISC-REASON TYPE ZAPS-DDL-INT1 OCCURS 4 TIMES.
03 ZX25-CLEAR-CAUSE TYPE ZAPS-DDL-INT1.
03 ZX25-DIAGCODE TYPE ZAPS-DDL-INT1.
03 FILLER PIC X(2).
END