ALLBASE/SQL Message Manual (36216-90213)

Chapter 8 259
ALLBASE/SQL Error Messages: 8221-10999
following the specified line. Refer to the ALLBASE/SQL
application programming guide for the language you are
using for additional information.
10937 MESSAGE Syntax error caused skip to end of DECLARE
SECTION. (DBERR 10937)
CAUSE An unrecognized syntax error occurred in the host
variable declaration section.
ACTION Correct the syntax in either the specified line in the error
message or the line immediately preceding or immediately
following the specified line. Refer to the ALLBASE/SQL
application programming guide for the language you are
using for additional information.
10938 MESSAGE This host variable was previously declared.
(DBERR 10938)
CAUSE You specified the same name for more than one host
variable.
ACTION Either delete one occurrence of the variable or correct one
of the host variables to specify a unique name and
re-preprocess your program.
10939 MESSAGE Table element must occur one or more times.
(DBERR 10939)
CAUSE You specified a table declaration in the DECLARE section
with an invalid value in the OCCURS clause.
ACTION Specify an integer value greater than zero in the table
declaration OCCURS clause.
10940 MESSAGE Array lower bound may not exceed upper bound.
(DBERR 10940)
CAUSE The array lower bound was greater than the array upper
bound.
ACTION Correct the host variable declare section specifying valid
array bounds, and re-preprocess your program. Refer to
the ALLBASE/SQL application programming guide for the
language you are using for additional information.
10941 MESSAGE Invalid STRING size. (DBERR 10941)
CAUSE The size of the string you specified is invalid for a Pascal
program.
ACTION Modify your Pascal program so that the string is from 1
through 32,767 bytes long, then re-preprocess your
program.
10942 MESSAGE Invalid size for variable of that type.
(DBERR 10942)