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

MXCI Messages (15000 through 15999)
HP NonStop SQL/MX Messages Manual523730-004
14-5
SQL 15018
Cause. You pressed Break to stop processing of your most recent MXCI command.
Effect. The last statement might be lost.
Recovery. Informational message only; no corrective action is needed.
SQL 15019
Cause. You specified an EXECUTE command with a USING clause whose value
number of parameters do not match the value number of unnamed parameters.
SQL/MX requires these values to match.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 15020
Cause. You specified an EXECUTE command with a USING clause, but you did not
specify parameter values. SQL/MX requires at least one parameter value.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 15021
Cause. You specified an EXECUTE command with a USING clause that has more
parameter values than are supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
15018 Break was received. The last statement may be lost.
15019 value values were supplied in the USING list while the
statement contains value unnamed parameters.
15020 The USING list must contain at least one parameter
value.
15021 The USING list cannot contain more than value parameter
values.