Guardian Procedure Errors and Messages Manual
65: ZFIL-VAL-FILE-OPEN-CHKPT
A call to FILE_OPEN_CHKPT_ returned a nonzero error as the function value.
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.
ZFIL-TKN-STATUS token-type ZSPI-TYP-INT.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
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 error code returned in
the error parameter of FILE_OPEN_CHKPT_.
ZSPI-TKN-PROC-ERR is the procedure in which the error occurred. Its value is
ZFIL-VAL-FILE-OPEN-CHKPT (65).
ZFIL-TKN-XFILENAME is the file name.
ZFIL-TKN-STATUS qualifies the source of the error.
Effect
Status is the reason for the non zero value of the error parameter of FILE_OPEN_CHKPT_ and is
the code returned in the status parameter to the procedure. FILE_OPEN_CHKPT_ failed for the
reason denoted by a non zero status value with an error value as in the previously described error
codes.
Recovery
Follow the recovery procedure for the returned file-system error code as described earlier in this
section.
66: ZFIL-VAL-FILE-CREATELIST
A call to FILE_CREATELIST_ returned a nonzero error as the function value.
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.
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 error code returned in
the error parameter of FILE_CREATELIST_.
ZSPI-TKN-PROC-ERR is the procedure in which the error occurred. Its value is
ZFIL-VAL-FILE-CREATELIST (66).
ZFIL-TKN-XFILENAME is the completely qualified file name (including node name) in external format.
Effect
The operation failed.
122 File-System Errors