C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
TNS C Compiler Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
20-23
Types of Compiler Messages
130
The C object you used in an embedded SQL string was not declared within an SQL
Declare Section.
131
The compiler encountered a colon (:) in an embedded SQL string, but the colon was
not followed by a valid C identifier.
132
The object you specified as a variable in an embedded SQL string is not of a supported
type.
133
The C compiler does not support goto statements that transfer control into a block that
contains declarations of aggregates.
134
The specified library routine was used before it was declared. The C compiler requires
that you include the header for a library routine before you use the routine.
135
The specified library routine was declared, but not by including its header. The C
language requires that you declare library routines by including the appropriate header.
name is not a SQL variable
variable missing from SQL statement
name is not of a supported variable type in SQL statements
branch to label label-name in inner block that contains
aggregates not supported
name was not declared by including the appropriate header
file
proper header file was not used to declare library function
name