ALLBASE/SQL Message Manual (36216-90213)

270 Chapter9
ALLBASE/SQL Error Messages: 11007-22540
ACTION Verify that native language support is properly installed.
11017 MESSAGE Out of preprocessor symbol table memory.
(DBERR 11017)
CAUSE You used too many host variables or cursor names.
ACTION Reduce the number of host variables or cursor names or
use subprograms.
11018 MESSAGE File ! open error. (Paserr 692). (DBERR
11018)
CAUSE You tried to open a file with a Pascal statement.
ACTION Check the status of the file named in the error message.
For information on the Pascal error message, refer to the
Pascal Reference Manual.
11019 MESSAGE Insufficient heap area to allocate variable.
(Paserr 600) (DBERR 11019)
CAUSE The heap memory space is exhausted.
ACTION Allocate more heap space.
11020 MESSAGE Unexpected internal error. (DBERR 11020)
CAUSE An unexpected internal error was detected.
ACTION Record as much information as possible and contact your
HP Service Representative or Response Center.
11021 MESSAGE Statement not supported when dynamic-only
option is specified. (DBERR 11021)
CAUSE You specified an SQL statement which is not supported
when preprocessing with the dynamic-only option.
ACTION Modify the SQL statement, or perform preprocessing
without the dynamic-only option.
11022 MESSAGE Statement supported only when dynamic-only
option is specified. (DBERR 11022)
CAUSE You specified an SQL statement which is supported only
when preprocessing with the dynamic-only option.
ACTION Modify the SQL statement, or perform preprocessing with
the dynamic-only option.
11023 MESSAGE Host variable declaration larger than maximum
DBE name length. (DBERR 11023)
CAUSE You specified a host variable with a declared length
greater than the maximum DBEnvironment name length.
ACTION Specify a host variable with a declared length less than or
equal to the maximum DBEnvironment name length.
Consult the ALLBASE/SQL Reference Manual for the