SQL/MP Messages Manual
SQLCI Utility Processor Messages (9000 to 9999)
HP NonStop SQL/MP Messages Manual—427720-006
11-76
SQL 9890
Cause. The source column and target column character sets were incompatible. The
target character set must be the same as the source character set.
Effect. The COPY, LOAD, APPEND, or APPENDRESTART command fails. The target
is not modified.
Recovery. Reissue the command using a target column with an appropriate character
set.
SQL 9891
Cause. The data type of the Enscribe target field is not compatible with the character
set of the SQL source column. If the source character set is ISO88591, the target field
must have a single-byte data type (PIC X, PIC A, PIC 9, or TYPE CHAR). If the source
character set is KANJI, BIG5, or KSC5601, the target field must have a double-byte
data type (PIC N).
Effect. The COPY or LOAD command fails.
Recovery. Reissue the command, using a target column of appropriate data type.
SQL 9892
Cause. The UPSHIFT option is not allowed when the target file is an SQL table. The
UPSHIFT option is only allowed when the target file is an Enscribe file.
Effect. The COPY, LOAD, APPEND, or APPENDRESTART command fails. The target
is not modified.
Recovery. Reissue the command without the UPSHIFT option.
9890 Data cannot be transferred due to character set
incompatibility. Source column value-1 has character set
value-2. Target column value-3 has character set value-4.
9891 Data cannot be transferred due to character set
incompatibility. SQL source column value-1 has character set
value-2. Enscribe target field value-3 has a value-4 data
type.
9892 UPSHIFT can only be used when the target is an Enscribe
file. File value-1 is an SQL table.