Guardian Procedure Errors and Messages Manual
1 ZFIL-VAL-AWAITIO
A call to the file-system procedure AWAITIO resulted in an unexpected error.
Unconditional Tokens
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZSPI-TKN-PROC-ERR token-type ZSPI-TYP-ENUM.
ZFIL-TKN-XFILENAME token-type ZSPI-TYP-STRING.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
Conditional Tokens
ZFIL-TKN-BUFFERADDR token-type ZSPI-TYP-UINT.
ZFIL-TKN-COUNTTRANSFERRED token-type ZSPI-TYP-INT.
ZFIL-TKN-FILENAME token-type ZSPI-TYP-FNAME.
ZFIL-TKN-TAG token-type ZSPI-TYP-INT2.
ZFIL-TKN-TIMEOUT token-type ZSPI-TYP-INT2.
Unconditional Tokens
ZSPI-TKN-ERROR is the standard SPI error token, whose value consists of the fields Z-SSID and
Z-ERROR. Z-SSID is the subsystem identifier ZFIL-VAL-SSID. Z-ERROR is the file-system error code
returned in the error parameter of FILEINFO.
ZSPI-TKN-PROC-ERR is the procedure in which the error occurred. Its value is ZFIL-VAL-AWAITIO
(1).
ZFIL-TKN-XFILENAME is the completely qualified file name (including node name) in external format.
The token ZFIL-TKN-XFILENAME can be null if certain errors occur. For example, if file-system error
16 (file not opened) occurs, the token will be null.
Conditional Tokens
ZFIL-TKN-BUFFERADDR is the base address of the I/O buffer.
ZFIL-TKN-COUNTTRANSFERRED is the length in bytes of transferred data.
ZFIL-TKN-FILENAME is the name of the file in internal network format. If the file name cannot be
represented in this format or if the file name is not known (file-system error 16 occurred), this token
will not appear.
ZFIL-TKN-TAG is the AWAITIO tag value.
ZFIL-TKN-TIMEOUT is the timeout value.
Effect
The AWAITIO operation fails.
2: ZFIL-VAL-CHECKCLOSE
A call to the procedure FILE_CLOSE_CHKPT_ or CHECKCLOSE resulted in a condition code less
(CCL). Either the file number supplied in the call is invalid, or the caller's backup no longer exists.
Unconditional Tokens
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZSPI-TKN-PROC-ERR token-type ZSPI-TYP-ENUM.
ZFIL-TKN-XFILENAME token-type ZSPI-TYP-STRING.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
Conditional Tokens
ZFIL-TKN-FILENUMBER token-type ZSPI-TYP-INT.
ZFIL-TKN-FILENAME token-type ZSPI-TYP-FNAME.
ZFIL-TKN-TAPEDISP token-type ZSPI-TYP-ENUM.
90 File-System Errors