-4734   THE LOAD MODULE FOR THE PROCEDURE ASSUMES A PARAMETER VARCHAR OPTION THAT IS NOT CONSISTENT WITH THE OPTION SPECIFIED ON THE CREATE PROCEDURE STATEMENT FOR procedure-name

Explanation

The C load module for the SQL procedure was built assuming a PARAMETER VARCHAR option that is not the same as what was specified on the CREATE PROCEDURE statement for the procedure.

procedure-name
The name of the SQL procedure.

The PARAMETER VARCHAR option assumed when the load module for the procedure is created should be the same as the one that is specified when the procedure is defined to DB2®. The consequences of a mismatch include errors at execution time, and invalid data output with no error to indicate that a problem exists.

System action

The statement cannot be processed.

Programmer response

Rebuild the procedure so that the options match.

SQLSTATE

560CU