TAL Reference Manual
Error Messages
Appendix A—526371.001
A-33
136
136
The compiler’s relative reference table overflowed. Report this occurrence to HP and
include a copy of the complete compilation listing (and source, if possible).
137
The compiler encountered a file error when it tried to purge an error file whose name
was specified in an ERRORFILE directive. The message includes the name of the file
and the number of the file system error. Supply the correct file name.
138
A data item appears where an SQL host variable is expected. Declare the data item in
an EXEC SQL DECLARE block, as described in the
NonStop SQL Programming
Manual for TAL.
139
An incorrect length parameter appears in a parameter pair specification. Declare this
parameter as an INT simple variable that specifies the length of the
string parameter in
the parameter pair.
140
Too many formal parameters appear in a procedure or subprocedure declaration. For a
procedure, include no more than 32 formal parameters. For a subprocedure, include
no more than allowed by the space available in the parameter area.
Compiler relative reference table overflow
Cannot purge error file
file-name - File system error number
Not a host variable
Invalid declaration for length component of string parameter
Too many parameters