ALLBASE/SQL Message Manual (36216-90213)

Chapter 8 267
ALLBASE/SQL Error Messages: 8221-10999
CAUSE An error occurred while the preprocessor was writing to a
file.
ACTION Record as much information as possible and contact your
HP Service Representative or Response Center.
10992 MESSAGE Host variable type must be integer or short
integer. (DBERR 10992)
CAUSE The data type of the host variable is invalid.
ACTION Declare the host variable as an integer or a small integer.
10993 MESSAGE Embedded savepoint requires a host variable.
(DBERR 10993)
CAUSE A host variable was not specified in your SAVEPOINT
statement.
ACTION Modify your command specifying a valid host variable and
re-preprocess your program. Refer to the ALLBASE/SQL
Reference Manual for additional information on the
SAVEPOINT statement.
10994 MESSAGE Syntax error in option specification. (DBERR
10994)
CAUSE A syntax error was encountered in a compiler option.
ACTION Verify that the specified compiler option follows
conventions specified in the ALLBASE/SQL application
programming guide for the language you are using.
10995 MESSAGE Invalid array size. (DBERR 10995)
CAUSE A string or array size you specified was greater than the
maximum allowable.
ACTION Modify the declaration of the string or array so that the
length is less than or equal to 32764 bytes.
10996 MESSAGE Host variable buffer required. (DBERR 10996)
CAUSE You did not specify a host variable buffer in the value field
of the BULK INSERT statement.
ACTION Modify the command within your program to specify a
host variable buffer in the value field and re-preprocess
your program.
10998 MESSAGE Output filename too long. (DBERR 10998)
CAUSE The output filename you specified in the invocation string
is greater than 9 bytes (excluding extensions)
or
if no output filename was specified, the input source file
name (the default) is greater than 9 bytes (excluding
extensions).