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-49
SQL 4302
Cause. In the SQL/MX statement being compiled, a stored procedure invocation
contains an incorrect number of parameters.
Effect. The SQL/MX statement is not compiled.
Recovery. Correct the SQL/MX statement and retry the compilation.
SQL 4303
Cause. In the SQL/MX statement being compiled, you attempted to invoke a stored
procedure with a type of parameter that is incompatible with the formal type of the
parameter.
Effect. The SQL/MX statement is not compiled.
Recovery. Supply the correct parameter and type and retry the compilation.
SQL 4304
Cause. In the SQL/MX statement being compiled, you attempted to invoke a stored
procedure that contains the same host variable or dynamic parameter in more than
one OUT or INOUT parameter.
Effect. This is a warning message only. Results will be unpredictable. The host
variable could have any one of the actual OUT values.
Recovery. Use different host variables for each of the OUT or INOUT parameters.
4302 Procedure procedure-name expects value1 parameters but
was called with value2 parameters.
4303 The supplied type for parameter value of routine
routine-name was type-name1 which is not compatible with the
expected type type-name2.
4304 Host variable or dynamic parameter parameter-name is
used in more than one OUT or INOUT parameter for routine
routine-name. Results may be unpredictable.










