SQL/MP Messages Manual
SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual—427720-006
12-52
SQL 10526
Cause. You specified an option other than SYNTAX, DETAIL, or EXAMPLE.
Effect. The command fails.
Recovery. Specify a valid option and reissue the command.
Cause. You specified an error number that is not used in SQL/MP.
Effect. The command fails.
Recovery. Specify a valid error number and reissue the command.
SQL 10530
Cause. You specified a character string with data type N, but the system procedure
MBCS_DEFAULTCHARSET_ has not been configured to return a multibyte character
set that is supported by SQL/MP.
Effect. The statement fails.
Recovery. Specify a multibyte character set explicitly instead of using the NATIONAL
CHARACTER data type for the string literal, or configure the system procedure
MBCS_DEFAULTCHARSET_ to return a character set that is supported by SQL/MP.
Reissue the command.
SQL 10531
Cause. You specified a string literal for a multibyte character set, and the literal
contained an invalid number of bytes.
Effect. The command fails.
Recovery. Correct the string literal and reissue the command.
10526 Invalid option specified in HELP command.
10527 The error number value-1 is not used in NonStop SQL/MP.
10530 To use the N specification for character string, the
system procedure MBCS_DEFAULTCHARSET_ must be configured to
return a multibyte character set that is supported by NonStop
SQL/MP.
10531 The length of the string literal for a multibyte
character set is invalid. The length must be a multiple of
the character set size.