ALLBASE/SQL Message Manual (36216-90213)

Chapter 7 225
ALLBASE/SQL Error Messages: 2800-8220
ACTION No action.
3550 MESSAGE !.!(!) is not a permanent section or it is a
procedure. (DBERR 3550)
CAUSE You attempted to EXTRACT a section which is not a
permanent section, or it is a procedure.
ACTION EXTRACT a section which is a permanent section and it is
not a procedure.
3551 MESSAGE TBL of ! is needed to EXTRACT !.!(!). (DBERR
3551)
CAUSE The tuple buffer length is too small for the linear tree.
ACTION EXTRACT the section with larger buffer.
3552 MESSAGE Section !.!(!) is a view. (DBERR 3552)
CAUSE The specified section is a view. Views can not be extracted.
ACTION No action.
4000 MESSAGE ALLBASE/SQL code buffer overflow at !. Query
aborted. (DBERR 4000)
CAUSE ALLBASE/SQL internal code buffer overflow. Input
command was too long or too complicated.
ACTION Try to simplify the input command.
4001 MESSAGE ALLBASE/SQL static buffer overflow at !.
Query aborted. (DBERR 4001)
CAUSE ALLBASE/SQL internal static buffer overflow. Input
command was too long or too complicated.
ACTION Try to simplify the input command.
4002 MESSAGE ALLBASE/SQL module buffer overflow at !.
Query aborted. (DBERR 4002)
CAUSE ALLBASE/SQL internal module buffer overflow. The
executable tree for the module was too long.
ACTION Try to simplify the input command by breaking up your
large query into multiple queries.
4003 MESSAGE ALLBASE/SQL max query buffers exceeded. Query
aborted. (DBERR 4003)
CAUSE ALLBASE/SQL internal query buffer overflow. Input
command was too long or too complicated.
ACTION Try to simplify the input command. Refer to base tables
instead of to views as much as possible.
4004 MESSAGE ALLBASE/SQL input heap overflow at ! - Query
aborted. (DBERR 4004)