ALLBASE/SQL Message Manual (36216-90213)

94 Chapter3
ALLBASE/SQL Error Messages: 1-745
ACTION Issue the PREPARE statement again without the
REPEAT option.
340 MESSAGE Unsupported Format Type with CONVERT option.
(DBERR 340)
CAUSE The SET CONVERT option is not OFF, and the format
type of the input file data specified in the LOAD command
is not valid for the target ALLBASE/SQL column.
ACTION Issue the LOAD command again with the correct format
type. If you did not intend to convert the data in the input
file, execute the SET CONVERT OFF command and issue
the LOAD command again.
341 MESSAGE Description file not allowed with CONVERT
option. (DBERR 341)
CAUSE You specified a description file in the LOAD command
when the SET CONVERT option is not OFF.
ACTION Issue the LOAD command again without the description
file parameter. If you did not intend to convert the data in
the input file, execute the SET CONVERT OFF command
and issue the LOAD command again.
342 MESSAGE Unsupported Data Format. (DBERR 342)
CAUSE The SET CONVERT option is not OFF, and the data type
of the ALLBASE/SQL column specified in the LOAD
command is unsupported.
ACTION Issue the LOAD command with an ALLBASE/SQL data
type that is supported by the conversion operation. If you
do not want to convert the data in the input file, execute
the SET CONVERT OFF command and issue the LOAD
command again.
343 MESSAGE Data type of ! not supported with the CONVERT
option. (DBERR 343)
CAUSE The SET CONVERT option is not OFF, and the data type
of the ALLBASE/SQL column specified in the LOAD
command is unsupported.
ACTION Issue the LOAD command with an ALLBASE/SQL data
type that is supported by the conversion operation. If you
do not want to convert the data in the input file, execute
the SET CONVERT OFF command and issue the LOAD
command again.
400 MESSAGE Unable to load native language information.
(DBERR 400)
CAUSE The character set attribute and upshift tables for your
language could not be loaded.