ALLBASE/SQL Message Manual (36216-90213)

90 Chapter3
ALLBASE/SQL Error Messages: 1-745
220 MESSAGE Security violation, permission denied. (DBERR
220)
CAUSE You do not have the required capability for the operation
attempted.
ACTION Contact your system administrator to get the required
capability.
221 MESSAGE User lacks save files (SF) capability. (DBERR
221)
CAUSE The command you tried to execute requires SF capability.
ACTION Contact your account manager or system manager to
obtain the required capability, or log on as a user who has
SF capability.
222 MESSAGE File '!' is not binary. (DBERR 222)
CAUSE You tried to UNLOAD with the INTERNAL option to an
existing ASCII file
or
you tried to LOAD with the INTERNAL option from an
ASCII file.
ACTION To UNLOAD FROM INTERNAL, purge the existing file or
specify a different file name. To UNLOAD to the existing
ASCII file, specify the EXTERNAL option in the UNLOAD
command.
or
To LOAD FROM INTERNAL, specify an existing binary
file. To LOAD an ASCII file, specify the EXTERNAL
option in the LOAD command.
223 MESSAGE File '!' is not ASCII. (DBERR 223)
CAUSE You tried to UNLOAD with the EXTERNAL option to an
existing binary file
or
you tried to LOAD with the EXTERNAL option from a
binary file.
ACTION To UNLOAD TO EXTERNAL, purge the existing file or
specify a different file name. To UNLOAD to the existing
binary file, specify the INTERNAL option in the UNLOAD
command.
or
To LOAD FROM EXTERNAL, specify an existing ASCII
file. To LOAD a binary file, specify the INTERNAL option
in the LOAD command.