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

Error, Warning, and Note Messages
Accelerator Manual527303-002
9-16
Error Messages
2. The input, user library, or obey file exists.
3. The input, user library, or obey file security is set correctly.
53
Cause. More than one code space option (UC, UL, SC, SL) was specified for the
object file to be accelerated.
Effect. The Accelerator cannot determine in which space the program resides.
Recovery. Check your command line options and obey files and specify the one
correct code space option. UC (user code) is the default space.
54
Cause. Conflicting options were set. For example:
StmtDebug, ProcDebug
Atomic_On, Atomic_Off
OvTrap_On MYPROC, OvTrap_Off MYPROC
Effect. The Accelerator cannot honor both options.
Recovery. Check your command line options and obey files. Correct the conflicting
options.
55
Cause. The Accelerator read text following the input and output file names, but it did
not find a semicolon.
Effect. The Accelerator cannot interpret the options correctly.
Recovery. Add a semicolon between the name of the output file and the list of options.
Error 53: <Code space> and <code space> were set -- you may
only select one.
Error 54: Both <option> and <option> were specified for the
input file.
Error 54: Both <option> and <option> were specified for
procedure '<proc name>' in the input file.
Error 54: Both <option> and option> were specified for UL.
Error 54: Both <option> and <option> were specified for
procedure '<proc name>' in UL.
Error 55: Options must follow a semicolon on the command
line.