SPI Common Extensions Manual
ZCMK Definitions
SPI Common Extensions Manual—427508-001
B-83
–32755 ZCMK-EVT-IO-ERR
ZCMK-TKN-FSERR
contains the file-system error number.
ZCMK-TKN-PROC-ORD
contains the ordinal of the procedure involved in the error.
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 ID of the subsystem that created the error list; in this case, the file
system as reflected in ZFIL-VAL-VERSION.
ZSPI-TKN-ERROR.Z-ERROR
contains the error returned by the file system.
ZSPI-TKN-PROC-ERR
contains the name of the procedure that encountered the error.
ZFIL-TKN-FILENAME
contains the name of the file on which the error occurred.
ZFIL-TKN-XFILENAME
is the name of the file, in string format, on which the error occurred.
ZSPI-TKN-ENDLIST
marks the end of the error list.
Cause. This can be caused by lack of disk space for allocating an extended segment
for some internal table or file. If the error is encountered on the $RECEIVE file, there
might be a serious programming problem in the subsystem, particularly if the event is
reported repeatedly or the first time the subsystem is started.
Effect. If the file is critical to the subsystem, the process stops abnormally.
Recovery. If the error is encountered on the $RECEIVE file repeatedly or the first time
the subsystem is started, contact your Compaq service provider.
If the ALLOCATESEGMENT procedure returns error 43, free some disk space or
specify another disk for extended segments. The subsystem should provide a way to
specify this disk. If not, the customary default disk is the data-swap disk.