ALLBASE/SQL Message Manual (36216-90213)

258 Chapter8
ALLBASE/SQL Error Messages: 8221-10999
10929 MESSAGE No ending semicolon before end of file.
(DBERR 10929)
CAUSE An SQL statement was not ended with a semicolon.
ACTION Check your Pascal program to make sure that all SQL
statements are ended with a semicolon and then
re-preprocess your program.
10931 MESSAGE Syntax error in program header. (DBERR 10931)
CAUSE Your program statement contained a syntax error.
ACTION Refer to the appropriate host language reference manual
for correct syntax.
10932 MESSAGE Syntax error in host variable declaration.
(DBERR 10932)
CAUSE Declarations that appear in the declare section of the
source file are not allowed by the preprocessor. No module
was stored.
ACTION Correct the host variable declaration in the source file and
re-preprocess your program. Refer to the ALLBASE/SQL
application programming guide for the language you are
using for additional information on host variable
declaration syntax.
10933 MESSAGE Unsupported type syntax for host variable.
(DBERR 10933)
CAUSE The host variable type you specified in the BEGIN or
DECLARE section of your program was invalid.
ACTION Refer to the ALLBASE/SQL application programming
guide for the language you are using for valid host
variable types.
10934 MESSAGE Semicolon expected. (DBERR 10934)
CAUSE There was a semicolon missing on the specified line of your
C or Pascal program.
ACTION Add the semicolon and re-preprocess your program.
10935 MESSAGE Unmatched END DECLARE SECTION. (DBERR 10935)
CAUSE You did not include a BEGIN DECLARE SECTION in
your source file.
ACTION Add BEGIN DECLARE SECTION before your first host
variable declaration and re-preprocess your program.
10936 MESSAGE Syntax error. (DBERR 10936)
CAUSE An unrecognized syntax error occurred.
ACTION Correct the syntax in either the line specified in the error
message or the line immediately preceding or immediately