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

Error, Warning, and Note Messages
Accelerator Manual527303-002
9-18
Error Messages
59
Cause. An option that does not take an argument appears to have been given one.
This error often indicates a pair of options that are not separated by a comma. For
example:
AXCEL infile, outfile; UL StmtDebug
The options UL and StmtDebug should be separated by a comma. The Accelerator
mistook the text “StmtDebug” as an argument to the option UL.
Effect. The Accelerator cannot understand the next option supplied.
Recovery. Check your command line or the named obey file for the offending option
and correct it.
60
Cause. The Accelerator did not find a numerical argument to the ReturnValSize option.
Effect. The Accelerator cannot interpret the option correctly.
Recovery. Check your command line or the named obey file. Examples of the
ReturnValSize option are:
ReturnValSize NORTH 1
ReturnValSize SOUTH UNKNOWN
62
Cause. The Accelerator did not recognize the given text as an option.
Effect. The Accelerator ignored the option.
Error 59: Option <option> does not take an argument (<text>
was given).
Error 59: Option <option> does not take an argument (<text>
was given). See obey file <filename>.
Error 60: Option ReturnValSize takes a numerical value, or
UNKNOWN, as well as its procedure name argument.
Error 60: Option ReturnValSize takes a numerical value, or
UNKNOWN, as well as its procedure name argument. See obey
file <filename>.
Error 62: Did not recognize <text> as an option.
Error 62: Did not recognize <text> as an option. See obey
file <filename>.