SQL/MP Messages Manual
SQL Compiler Generator Messages (7000 to 7999)
HP NonStop SQL/MP Messages Manual—427720-006
9-7
SQL 7054
Cause. Stated in the error message.
Effect. The statement does not compile.
Recovery. Check that the source and target have the same character sets.
SQL 7055
Cause. If the source or the target of the CAST function is a multibyte data type, the 
other must be a multibyte data type with the same character set.
Effect. The statement does not compile.
Recovery. Check that both the source and the target have multibyte data types that 
have the same character set.
SQL 7056
Cause. You attempted to use the CAST function to perform a data conversion 
between incompatible data types.
Effect. The statement fails.
Recovery. Correct the data types of the CAST function arguments.
SQL 7060
Cause. You specified the UPSHIFT function on a value that had a multibyte character 
set associated with it.
Effect. The statement does not compile.
Recovery. Do not use the UPSHIFT function for a value that has a multibyte character 
set.
7054 The source character set value-1 and the target 
character set value-2 of the CAST function are incompatible.
7055 The CAST function is not allowed between a multibyte 
data type and a noncharacter data type.
7056 Data conversion from value-1 data type to value-2 data 
type using the CAST function is not allowed.
7060 The UPSHIFT function is not allowed on an operand with a 
multibyte character set.










