I am trying to call a stored procedure in DB2 using Spring's StoredProcedure. I can read the out parameters which are declared explicitly but I can't read the DYNAMIC RESULT SET.

Please advise.
...