SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual—523730-004
5-37
SQL 3160
Cause. You declared host variable more than once in the procedure parameter
list.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3161
Cause. You did not declare procedure parameter in the parameter list, which is
required.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3162
Where name is the name of the procedure parameter.
Cause. SQL/MX did not use procedure parameter name.
Effect. None.
Recovery. Informational message only; no corrective action is needed.
SQL 3163
Where name is the host variable.
Cause. You specified an INSERT statement whose INTO list includes host variable
name more than once.
Effect. Execution results are undefined.
Recovery. This is an informational message only. No corrective action is needed, but
you might want to rewrite your query.
3160 host variable was declared more than once in the
procedure parameter list.
3161 procedure parameter was not declared in the procedure
parameter list.
3162 Procedure parameter name was not used.
3163 Host variable name appears more than once in the INTO
list. Execution results will be undefined.