Accelerator Manual (G06.24+, H06.03+)

Error, Warning, and Note Messages
Accelerator Manual527303-002
9-23
Error Messages
Effect. The Accelerator does not generate an accelerated object file.
Recovery. Compile the source file for the input object file with a supported compiler.
82
Cause. The obey filename provided to the IN parameter must be type 101 or 180 text
files.
Effect. The Accelerator cannot accept a file that is not type 101 or 180 as an input
obey file.
Recovery. Obey files must be type 101 or 180 text files. Change the file type of the
obey file to type 101 or 180 and accelerate the program again.
84
Cause. A D-series version of the Accelerator has found a privileged instruction that is
new or changed for the D-series releases. These privileged instructions include MRL,
INSX, DLTX, XLIM, STOS, RSMT, and WSMT. The Accelerator cannot determine if the
file was created by C-series or D-series compilers because there is no Binder region.
The Accelerator must have the Binder region to accelerate these instructions correctly.
Effect. The Accelerator does not generate an accelerated object file.
Recovery. Do not strip the Binder region from the file before you accelerate it.
85
Cause. A D-series version of the Accelerator has found an MRL instruction in a file
created using C-series compilers or the Binder region has been stripped. The MRL
privileged instruction changed for the D-series release. D-series versions of the
Accelerator do not produce the correct code for the MRL instruction in C-series object
files. The Accelerator must have the Binder region to accelerate this instruction
correctly.
Effect. The Accelerator does not generate an accelerated object file.
Recovery. Recompile the program with D-series or G-series compilers and do not strip
the Binder region. If the program was produced by a C-series compiler, you can also
accelerate the program with a C-series version of the Accelerator.
Error 82: <Filename> file is neither type-101 nor type-180.
Error 84: Procedure <proc name> has a <opcode> D-series
instruction, at offset <address> and does not have a Binder
region.
Error 85: Procedure <procname> has an MRL instruction, at
offset <address> and not in a D-series object.