ALLBASE/SQL Message Manual (36216-90213)

260 Chapter8
ALLBASE/SQL Error Messages: 8221-10999
CAUSE The size you specified for the FORTRAN host variable is
not valid for that type of host variable.
ACTION Modify the declaration of the host variable so that it is a
valid size. Refer to the ALLBASE/SQL FORTRAN
Application Programming Guide for additional
information on host variables.
10943 MESSAGE Include file open error. (DBERR 10943)
CAUSE You encountered a system error while attempting to open
the specified include file.
ACTION Verify that the specified include file exists; if so, check the
spelling of the include file name. Verify that the group and
account exist. Verify that appropriate read privileges exist
for the specified include file.
10944 MESSAGE Unrecognized syntax encountered. Parse
aborted. (DBERR 10944)
CAUSE An unrecognized syntax error occurred. The preprocessor
was unable to continue.
ACTION Correct the syntax in either the line specified in the error
message or the line immediately preceding. Refer to the
ALLBASE/SQL application programming guide for the
language you are using for additional information.
10945 MESSAGE Illegal type for record field. (DBERR 10945)
CAUSE The host variable type you specified in the 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.
10946 MESSAGE Illegal type for table element. (DBERR 10946)
CAUSE Internal error.
ACTION Record as much information as possible and contact your
HP service representative or Response Center.
10947 MESSAGE Preprocessor does not support this statement.
(DBERR 10947)
CAUSE You included an SQL statement which cannot be
embedded in the language you are using.
ACTION Delete the SQL statement and re-preprocess your
program.
10948 MESSAGE Unrecognized WHENEVER action. (DBERR 10948)
CAUSE The condition or action you specified in the WHENEVER
clause is invalid or the label specified for a GOTO action is
invalid.