SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

MXCI Messages (15000 through 15999)
HP NonStop SQL/MX Messages Manual523730-004
14-16
SQL 15233
Where string0 displays the start of the error.
Cause. A keyword contains a quotation character.
Effect. The operation fails.
Recovery. Enter the command without quotation marks for the keyword.
SQL 15234
Where string1 displays the start of the error.
Cause. A token separator is incorrect, likely in the object name
Effect. The operation fails.
Recovery. Enter the command using the correct separator value.
SQL 15235
Where string0 string1 string2 is the remaining string.
Cause. The parser could not locate the terminator for the attribute. All attributes end
with a comma or semicolon.
Effect. The operation fails.
Recovery. Enter the command using the correct syntax.
SQL 15237
Cause. The command name, which is the first token, is missing, possibly because the
command starts with a comma.
Effect. The operation fails.
15233 Keywords can not be quoted, command had: string0.
15234 Opening quote was matched but following separator not
correct, command had: string1.
Note. As of the ABU SPR, this message is no longer generated.
15235 Attribute value not terminated with a comma or
semicolon, command had: string0 string1 string2. +++SUGG:
Command could be missing a comma or the whole value may need
quotes. Only one token permitted for an attribute value.
15237 Command was missing the command name.