If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Calling DB2 Stored procedures from another DB2 Stored procedure
Hi
I am working on a prototype of a process that requires calling multiple stored procedures from another Stored Procedure asynchronously. Is it possible? How is it technicaly done?
Yes it is possible. Use the CALL statement.
It gets a little more complicated if you are passing Result Sets back to the calling SP and processing them there.