ALLBASE/SQL Message Manual (36216-90213)

Chapter 3 79
ALLBASE/SQL Error Messages: 1-745
ACTION Issue the command again, specifying a numeric value.
44 MESSAGE Invalid option. (DBERR 44)
CAUSE The option you specified in the SET command is not one of
the valid options. The command is aborted and no option is
set.
ACTION Issue the command again, specifying a valid option. The
valid options for the SET command are: autoc[ommit],
autos[ave], c[ontinue], ec[ho], ed[itor], es[cape], f[raction],
n[ull], ou[tput], ow[ner], pa[gewidth], and pr[ompt]. Refer
to the ISQL Reference Manual for ALLBASE/SQL and
IMAGE/SQL for additional information on the SET
command.
45 MESSAGE Column ! has already been specified. (DBERR
45)
CAUSE You specified the same column name twice in the LOAD
command.
ACTION Issue the LOAD command again, with each column name
specified only once. Refer to the ALLBASE/SQL Reference
Manual for more information on the LOAD command.
46 MESSAGE Command buffer empty, STORE not performed.
(DBERR 46)
CAUSE The STORE command works only on information in the
ISQL command buffer.
ACTION Use the HOLD or RECALL command to put information
into the command buffer, then issue the STORE command
again.
47 MESSAGE Missing parameters from command file. (DBERR
47)
CAUSE The command file you specified in the START command
was missing parameters essential to its function.
ACTION Check the command buffer or command file specified in
the START command to make sure that all required
parameters are there. Refer to the ALLBASE/SQL
Reference Manual or ISQL Reference Manual for
ALLBASE/SQL and IMAGE/SQL for additional
information on the command(s) specified.
49 MESSAGE Last command not terminated in command file -
ignored. (DBERR 49)
CAUSE The last command you executed in the command file was
not terminated with a semicolon (;)
or
the last line in the command file was a comment or blank