SQL/MP Messages Manual
SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual—427720-006
12-82
SQL 10718
Cause. The internal error stated in the error message occurred.
Effect. SQLCI does not do level 3 spooling on the current output file.
Recovery. None. Report the entire message to your service provider.
SQL 10719
Cause. You used the SPOOL3 option on a spooler job that was opened by the OUT,
LOG, or OUT_REPORT command, and currently the job is still open.
Effect. The attribute values of the spooler job are not changed by the SPOOL3 option.
Recovery. Before changing the spooler attributes, start this spooler job with the
OUT_REPORT command.
SQL 10720
Cause. You named more parameter values in the USING clause than unnamed
parameters in the corresponding PREPARE statement. The number of parameter
values in the EXECUTE statement must match the number of unnamed parameters in
the PREPARE statement.
Effect. SQLCI uses the first matched number of parameter values and ignores the
rest.
Recovery. Informational message only; no corrective action is needed.
10718 Internal error on value-1, error number value-2. SQLCI
did not handle this spooling operation correctly on the
current output file.
10719 The SPOOL3 option will not change the attributes of the
spooler job.
10720 The number of parameter values in the USING clause is
more than the number of unnamed parameters specified in the
PREPARE command.