SPI Common Extensions Manual

ZCMK Definitions
SPI Common Extensions Manual427508-001
B-74
–32742 ZCMK-EVT-SPI-SSCALL
32742 ZCMK-EVT-SPI-SSCALL
An SPI subroutine (SSGET, for example) has detected an improperly formatted buffer.
ZEMS-TKN-EVENTNUMBER
has the value ZCMK-EVT-SPI-SSCALL.
ZCMK-TKN-XPNAME
contains the name of the process that issued the request.
ZSPI-TKN-ERRLIST
marks the beginning of an error list provided by SPI. The list contains these tokens:
ZSPI-TKN-ERROR.Z-SSID
contains the SSID of the subsystem that created the error list; in this case, SPI.
ZSPI-TKN-ERROR.Z-ERROR
contains the error returned by the SPI procedure.
ZSPI-TKN-PROC-ERR
contains the name of the SPI procedure that encountered the error.
ZSPI-TKN-ENDLIST
marks the end of the error list.
Cause. The requester might have corrupted a valid SPI buffer, lost track of where the
buffer was built, or sent the wrong data.
Effect. The request is rejected with file-system error 2 (ZFIL-ERR-INVALOP).
Tokens in Event Message
ZEMS-TKN-EVENTNUMBER token-type ZSPI-TYP-ENUM
ZEMS-TKN-SUBJECT-MARK token-type ZSPI-TYP-MARK
ZCOM-TKN-SUBJ-objtype <1> token-type ZSPI-TYP-STRING
ZCMK-TKN-XPNAME <2> token-type ZSPI-TYP-STRING
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR
.Z-SSID type ZSPI-DDL-SSID
.Z-ERROR <4> type ZSPI-DDL-ENUM
ZSPI-TKN-PROC-ERR <3> token-type ZSPI-TYP-ENUM
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL
Message Text
<1>: Error on SPI command message from process <2>.
(routine: <3>, error: <4>)