Accelerator Manual (G06.24+, H06.03+)
Error, Warning, and Note Messages
Accelerator Manual—527303-002
9-24
Error Messages
86
Cause. The Accelerator cannot accelerate the file because there is not enough room
on the disk for the swap file.
Effect. The Accelerator does not produce an accelerated object file.
Recovery. You have three options to resolve this error:
1. Clear space on the volume that contains the Accelerator. INSTALL places the
Accelerator (AXCEL) program on $SYSTEM by default.
2. Specify the run-option SWAP <volume> to change the location of the swap file. For
example:
AXCEL /SWAP $EMPTY/ obj,xlobj
3. Specify at a TACL prompt a SET SWAP command to change the location of the
swap file. For example:
SET SWAP $EMPTY
AXCEL obj,xlobj
87
Cause. The input TNS object file and user library file must be valid OSS object files.
Effect. The Accelerator can accelerate OSS object files produced by the C compiler
and the Binder only.
Recovery. Check the file to ensure it has been compiled and bound properly.
88
Cause. The obey file name provided in the Obey option must be a valid text file.
Effect. The Accelerator cannot accept an invalid text file as an input obey file.
Recovery. Check the file to ensure it is a valid OSS text file.
89
Cause. The Accelerator cannot open the named file.
Effect. The Accelerator halts execution.
Recovery. Check the file to see if:
Error 86: Out of swap space, acceleration cannot proceed.
Error 87: <File name> is not a valid OSS object file.
Error 88: <File name> is not a valid OSS text file.
Error 89: Unable to open file <file name>; OSS errno = <num>