X407 Stored procedure StoredProcName requires a host variable for parameter ParameterName.
The parameter in the stored procedure PARMLIST definition in SYSIBM.SYSPROCEDURES is defined as OUT or INOUT. A host variable
must be supplied in the call for that parameter.