I tried with the stored proc call in an input card and it didn't return the result set, only the output parameters. The trace shows the call being executed and succeeding.
This is the database command on the input card.
-DBTYPE DB2 -SOURCE xxx -USER xxx -PASSWORD xxx -STMT CALL DBL.SP2 ('55555','AAA','PPP', ,?,?,?,?)
I also tried in the output card using GET...same thing got output params no result set.
This is very weird since it works fine when returning multiple rows from a DB2 query.
I found this in the DB2 adapter help under limitations:
"Using stored procedures to access adapter commands and return values from stored functions is not supported."
So maybe getting DB2 stored procs with result sets just isnt't supported?
BTW, I'm using 8.2.0.4 interim fix 3
Thanks.