I didn't know where to put this, so I guessed here since it's particular to DB2 UDB. This is my first foray into this. Basically I'm trying to execute a stored procedure. The sp has an OUT parameter and I've looked but I don't see a way to get that value back from DB2 UDB. It's version 8.1 running on Redhat Linux.

I can connect, run sql statements and execute stored procedures okay. But I cannot get a return value from the OUT parameter.

Anybody know how to/if you can do this?

TIA.