SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
5-43
SQL 3182
Cause. You specified an extra semicolon in a compound statement.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3183
Where clause-name is the clause specified.
Cause. You specified a CREATE PROCEDURE containing multiple occurrences of the
clause-name clause.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3184
Where string1 is the illegal SQLSTATE value.
Cause. You attempted to use an illegal SQLSTATE value. A valid SQLSTATE value is
a single quoted string value that begins with an “S” or an “s” followed by a four-digit
integer.
Effect. The operation fails.
Recovery. Specify a valid SQLSTATE value and resubmit.
SQL 3185
Cause. You attempted a SIGNAL statement with a third parameter that is not a quoted
string.
Effect. The operation fails.
Recovery. Specify a parameter that is a quoted string and resubmit.
3182 Extra semicolon(;) in a compound statement.
3183 Duplicate clause-name clauses were specified.
3184 An invalid SQLSTATE value string1 was found. Message:
string2
3185 SIGNAL parameter 3 must be of type string.