The DB2 Command Reference (pg 188) states that
"The maximum length for an INPUT parameter to CALL is 1024"
I have a SQL Stored Procedure accepting a string of length around 4000 bytes.
Is there any way to override this limitation and still be able to give a call to the SQL Stored Procedure?