ALLBASE/SQL Message Manual (36216-90213)

74 Chapter3
ALLBASE/SQL Error Messages: 1-745
CAUSE The number of copies you specified in the browse PRINT
option must be in the range of 1 to 20.
ACTION Issue the PRINT command again, specifying a value from
1 through 20.
6 MESSAGE Error when using FCOPY. Code = !. Copies
printed is !. (DBERR 6)
CAUSE FCOPY is used by ISQL when the PRINT option is
specified. An error has occurred and an FCOPY error code
has been returned.
ACTION Refer to the FCOPY Reference Manual for meaning and
action.
7 MESSAGE Error erasing file '!'. (DBERR 7)
CAUSE You do not have the required permission to delete the
specified file.
ACTION Check your spelling and issue the command again. If you
still receive this message, no action is necessary; you
cannot erase the specified file.
8 MESSAGE No help for command '!'. (DBERR 8)
CAUSE The command name you entered does not exist or was
entered incorrectly.
ACTION Issue the HELP command again, specifying a valid
command name. Enter HELP @ to obtain a list of the ISQL
and SQL commands.
11 MESSAGE Column name list must be terminated by ')'.
(DBERR 11)
CAUSE The right parenthesis was missing after the last column
name specified in the INPUT command.
ACTION Issue the command again, with column names enclosed in
parentheses.
12 MESSAGE Column names must be enclosed in parentheses.
(DBERR 12)
CAUSE The list of column names in the INPUT command was not
surrounded by parentheses.
ACTION Issue the command again, with column names enclosed in
parentheses.
13 MESSAGE ! not a column name in table !. (DBERR 13)
CAUSE The column you specified in the LOAD EXTERNAL
command does not exist in the table specified.
ACTION Use the INFO command to check which columns are in the
specified table.