SQL/MX 3.1 Messages Manual (H06.23+, J06.12+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Release 3.1 Messages Manual—663849-001
6-50
SQL 4305
Cause. In the SQL/MX statement being compiled, you attempted to invoke a stored
procedure that has an OUT or INOUT parameter that is neither a host variable nor a
dynamic parameter.
Effect. The SQL/MX statement is not compiled.
Recovery. Correct the SQL/MX statement. Supply a host variable or a dynamic
parameter for OUT or INOUT parameters, and retry the compilation.
SQL 4306
Cause. In the SQL/MX statement being compiled, a CALL statement was present
within a BEGIN...END block.
Effect. The SQL/MX statement is not compiled.
Recovery. Remove the CALL statement from the compound statement and retry the
compilation.
4305 Parameter value for user-defined routine routine-name is
an OUT or INOUT parameter and must be a host variable or a
dynamic parameter.
4306 A CALL statement is not allowed within a compound
statement.










