SQL/MP Messages Manual

SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual427720-006
12-54
SQL 10535
Cause. The character set name in the parameter value was not supported by
SQL/MP.
Effect. The statement fails.
Recovery. Use the SET PARAM command to specify a character set name that is
supported by SQL/MP and reissue the command.
SQL 10536
Cause. Stated in the error message.
Effect. The command fails.
Recovery. Specify a valid string literal for the parameter value and reissue the
command.
SQL 10537
Cause. Stated in the error message.
Effect. The command fails.
Recovery. Check that the quotation marks are balanced and reissue the command. To
include a quotation mark in the enclosed string, enter two quotation marks for each
literal quotation mark.
10535 An invalid character set name is specified in the value
of parameter value-1.
10536 The value of parameter value-1 has invalid syntax. To
use a string literal with a character data column that has an
associated character set other than UNKNOWN, start the
literal with an introducer ( _character set name or the
letter "N" (or "n") ), followed by a balanced quoted string.
10537 The string literal for the value of parameter value-1
must be enclosed in identical quotation marks.