ALLBASE/SQL Message Manual (36216-90213)

50 Chapter2
ALLBASE/SQL Warning Messages
CAUSE A word appears in the COBOL source file which is longer
than the maximum allowed length of 30 bytes.
ACTION Modify the source file to shorten the word to a length of 30
bytes or less.
10750 MESSAGE 'INCLUDE SQLCA' is not declared for embedded
SQL statement. (DBWARN 10750)
CAUSE You did not include an SQLCA common area in your
program.
ACTION Modify the source file specifying EXEC SQL INCLUDE
SQLCA and re-preprocess your program.
10979 MESSAGE ALLBASE/SQL query processor error. (DBWARN
10979)
CAUSE An error condition was detected by the query processor.
Additional error messages will be returned.
ACTION Refer to the cause and action of the additional error
messages.
10980 MESSAGE Syntax check only due to severe ALLBASE/SQL
query processor
error. (DBWARN 10980)
CAUSE An unrecoverable error condition was detected by the
query processor. Only the syntax of the SQL statement
was verified. Validation of the SQL statement was not
performed. Additional error messages will be returned.
ACTION Refer to the cause and action of the additional error
messages.
13026 MESSAGE Missing log files from log file list. (DBWARN
13026)
CAUSE WRAPDBE determined that log files were missing from
the log file list by checking the log sequence numbers. The
log file names can be entered in any order; as long as there
is a correct and continuous sequence; WRAPDBE puts
them in the correct order.
ACTION Check the log sequence numbers that were assigned on
the original DBEnvironment with the SQLUtil
SHOWLOG command to determine if all log files exist in
the target area.
13343 MESSAGE Consistency point may not be exactly enforced
by DBCORE. (DBWARN 13343)
CAUSE DBCORE is adjusting the consistency point.
ACTION No action required.
20010 MESSAGE Local catalog is inaccessible. Default