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.

 
Go Back  dBforums > Database Server Software > DB2 > Calling DB2 Stored procedures from another DB2 Stored procedure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-22-03, 16:02
ramki431 ramki431 is offline
Registered User
 
Join Date: Nov 2003
Posts: 2
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?

Pls let me know.

Thanks
Ramki.
Reply With Quote
  #2 (permalink)  
Old 12-22-03, 16:13
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Ramki,

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.

Andy
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On