ALLBASE/SQL Message Manual (36216-90213)

73
3 ALLBASE/SQL Error Messages: 1-745
1 MESSAGE Command buffer currently empty. (DBERR 1)
CAUSE You issued a RECALL [CURRENT], CHANGE, or START
command before any commands had been stored in the
command buffer.
ACTION Use the HOLD, RECALL FILE, or RECALL HISTORY
command to put information into the command buffer.
2 MESSAGE Problem with large command. Maximum length is
!. (DBERR 2)
CAUSE New string replacement on CHANGE command caused an
overflow of the command buffer
or
the storage file could not be opened when trying to store
the large command.
ACTION Modify the new string so that the length of the string in
the command buffer is less than or equal to 2048 bytes
or
you may be out of disk space. Contact your system
administrator.
3 MESSAGE '!' not found. (DBERR 3)
CAUSE The search pattern you gave in the ISQL CHANGE
command was not found in the command buffer.
ACTION Check your spelling and issue the CHANGE command
again, specifying a valid search pattern.
4 MESSAGE The requested editor could not be scheduled.
(DBERR 4)
CAUSE The editor you specified in the EDITOR option of the SET
command does not exist.
ACTION Check your spelling and issue the SET command again,
specifying the correct name for the editor requested. If you
still receive this message, contact your system
administrator.
5 MESSAGE Number of copies must be in the range 1..20.
(DBERR 5)