ALLBASE/SQL Message Manual (36216-90213)

266 Chapter8
ALLBASE/SQL Error Messages: 8221-10999
ACTION Refer to the cause and action of the additional error
messages.
10978 MESSAGE ALLBASE/SQL statement parser error. (DBERR
10978)
CAUSE An error condition was detected by the statement parser.
Additional error messages will be returned.
ACTION Refer to the cause and action of the additional error
messages.
10982 MESSAGE No ending single quote before end of line.
(DBERR 10982)
CAUSE A string literal was not properly terminated before the end
of the line or end of the file. No ending single quote was
found to match a beginning single quote.
ACTION Verify that the string literal is terminated by an ending
single quote on the same line as the beginning single
quote. If the string literal is longer than a single line,
verify that the line is properly continued following
conventions specified in the ALLBASE/SQL application
programming guide for the language you are using.
10983 MESSAGE No ending double quote before end of line.
(DBERR 10983)
CAUSE A string literal was not properly terminated before the end
of the line or end of the file. No ending double quote was
found to match a beginning double quote.
ACTION Verify that the string literal is terminated by an ending
double quote on the same line as the beginning double
quote. If the string literal is longer than a single line,
verify that the line is properly continued following
conventions specified in the ALLBASE/SQL application
programming guide for the language you are using.
10984 MESSAGE Error in continuation of string literal.
(DBERR 10984)
CAUSE A string literal was not properly continued across lines.
ACTION Verify that the line continuation follows conventions
specified in the ALLBASE/SQL application programming
guide for the language you are using.
10985 MESSAGE Heap allocation failed. (DBERR 10985)
CAUSE The preprocessor was unable to obtain the additional
memory it needed.
ACTION Try preprocessing your program later or reduce the size of
the program.
10990 MESSAGE Error while writing to file. (DBERR 10990)