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

Error, Warning, and Note Messages
Accelerator Manual527303-002
9-15
Error Messages
Error Messages
The Accelerator issues an error when it finds a code construct that it cannot
accelerate, or when it cannot understand input options or input file format. The original
TNS object file remains unchanged. Error messages are numbered 50 through 86.
50
Cause. The ReturnValSize option was specified more than once for a procedure.
Effect. The Accelerator cannot determine which value to use when processing calls to
the procedure.
Recovery. Check your command line and obey files for the conflict. Eliminate all but
one of the options and specify the correct size.
If the procedure can return more than one size value, then specify ReturnValSize
<proc name> UNKNOWN.
51
Cause. The UserLib option was specified more than once.
Effect. Each user code segments can use only one user library. You cannot specify
more than one accelerated user library file to aid in accelerating a user code segment.
The Accelerator issues this error even if the same filename argument is specified in
both UserLib options.
Recovery. Specify the UserLib option only once.
52
Cause. The Accelerator cannot open the named file.
Effect. The Accelerator halts execution.
Recovery. Check to see that:
1. The file name is correct.
Error 50: Return value size for procedure <proc name> in the
input file was given as <value> and <value> in ReturnValSize
options.
Error 50: Return value size for procedure <proc name> in UL
was given as <value> and <value> in ReturnValSize options.
Error 51: UserLib option was set more than once.
Error 52: Unable to open <file type> file <name>,
Guardian file error = <num>