11: ZFIL-VAL-OPEN
A call to the OPEN procedure resulted in a condition code less (CCL) or a condition code greater
(CCG). If CCL (ZFIL-TKN-CONDITION=-1), the file is not opened. If CCG (ZFIL-TKN-CONDITION=1),
the file is open, but the file system detected an exceptional condition during the OPEN operation.
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-FILENAME token-type ZSPI-TYP-FNAME.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
Conditional Tokens
ZFIL-TKN-CONDITION token-type ZSPI-TYP-INT.
ZFIL-TKN-PRIMARYFILE token-type ZSPI-TYP-INT.
ZFIL-TKN-PRIMARYPROCESS token-type ZSPI-TYP-CRTPID.
ZFIL-TKN-BLOCKBUFFERLENGTH token-type ZSPI-TYP-UINT.
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-OPEN (11).
ZFIL-TKN-FILENAME is the file name (blank-filled if unknown).
Conditional Tokens
ZFIL-TKN-CONDITION is the condition code returned by OPEN (-1, 0, or 1).
ZFIL-TKN-PRIMARYFILE is the primary file number.
ZFIL-TKN-PRIMARYPROCESS is the primary process ID of the process for which the backup process
reports the error.
ZFIL-TKN-BLOCKBUFFERLENGTH is the length of the requested sequential block buffer.
Effect
The attempted OPEN operation fails.
Recovery
Follow the recovery procedure for the returned file-system error code as described earlier in this
section.
12: ZFIL-VAL-PURGE
A call to the PURGE procedure 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-FILENAME token-type ZSPI-TYP-FNAME.
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 file-system error code
returned in the error parameter of FILEINFO.
98 File-System Errors