OSI/AS Programming Manual

Parameter Structures
DDL Definitions
056783 Tandem Computers Incorporated A–11
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
ZVERSION specifies the version number of this structure. The named value
ZAPS-VAL-LL-ERROR-BUF-VERSION
x
designates the version number.
ZLAST-ERR specifies the last transport error returned.
ZTCON-STATE specifies the transport connection state.
ZTCON-SUB-STATE specifies the transport connection substate.
ZCLASS specifies the negotiated transport class.
ZNSP-SU specifies the NSP subdevice name.
ZNSP-FS-ERRCODE specifies the file-system error code that was received by X25AM
or TLAM.
ZNSP-DSM-RETCODE specifies the SPI return code.
ZNSP-TYPE specifies the type of connection. The named value ZAPS-VAL-NSP-
xxx
designates the connection type, as follows:
ZAPS-VAL-NSP-X25 (value 1): X25AM connection
ZAPS-VAL-NSP-LAN (value 2): TLAM connection