X374: Stored procedure ProcName received a null value for parameter number.

The SQL CALL statement for stored procedure ProcName contains a null value in its parameter list, and this stored procedure does not accept null values.
Restriction: This topic applies to Windows environments only.

Verify that the LINKAGE column in the SYSIBM.SYSPROCEDURES table correctly specifies whether ProcName can accept null values.