X373: Invalid number of parameters (number expected) for stored procedure ProcName.

The number of parameters specified in your SQL CALL statement exceeds the number of parameters allowed by the ProcName stored procedure.
Restriction: This topic applies to Windows environments only.

Verify that the PARMLIST column in the SYSIBM.SYSPROCEDURES table specifies the correct number of parameters for your stored procedure.