Accelerator Manual (G06.24+, H06.03+)
Error, Warning, and Note Messages
Accelerator Manual—527303-002
9-19
Error Messages
Recovery. Check your command line or the named obey file. Make sure you did not
separate arguments to an option with commas. You can supply more than one
procedure name argument to an option by separating the names with a space:
InheritsCC_On TERMCTL LISTVAL, OvTrap_Off ORDER
63
Cause. No input file name was provided.
Effect. The Accelerator cannot determine which object file to accelerate.
Recovery. Specify an input file in the command line.
64
Cause. No output file name was provided.
Effect. The Accelerator cannot determine where to put the accelerated code.
Recovery. Specify an output file. You must specify an output file, even if the input and
output file have the same file name.
65
Cause. Input and output file names were not separated by a comma.
Effect. The Accelerator stopped parsing the command line.
Recovery. Separate input and output file names with a comma.
66
Cause. A input file and a user library file must be object files with file codes of 100 or
180.
Effect. The Accelerator can accelerate only files produced by compilers and the
Binder.
Recovery. Check the file to make sure it has been compiled and bound.
Error 63: No Input file name was provided.
Error 64: No Output file name was provided.
Error 65: Input and Output file names must be separated by a
comma.
Error 66: Input file is neither type-100 nor type-180.
Error 66: UserLib file is neither type-100 nor type-180