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

129
obsolete TAL declaration syntax - use prototype syntax
Cause
You used non-prototype syntax in a TAL interface declaration.
130
name is not a SQL variable
Cause
The C object you used in an embedded SQL string was not declared within an SQL Declare
Section.
131
variable missing from SQL statement
Cause
The compiler encountered a colon (:) in an embedded SQL string, but the colon was not followed
by a valid C identifier.
132
name is not of a supported variable type in SQL statements
Cause
The object you specified as a variable in an embedded SQL string is not of a supported type.
133
branch to label label-name in inner block that contains aggregates not
supported
Cause
The C compiler does not support goto statements that transfer control into a block that contains
declarations of aggregates.
134
name was not declared by including the appropriate header file
Cause
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
proper header file was not used to declare library function name
Cause
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.
136
library function name has been redefined
Cause
The compiler encountered a redefinition of the specified library routine. This error usually indicates
that one of your functions has a name conflict with a library routine.
346 TNS C Compiler Messages