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 > get/put routine

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-14-03, 07:39
synap1974 synap1974 is offline
Registered User
 
Join Date: Oct 2003
Posts: 6
Unhappy get/put routine

I understand thats these commands ( get routine into & put routine from ) are for doing a bulk copy of the procedure and redeploying it .

This works fine with the same OS.

suppose i hav to to the same operation across OS

ie from windows to AIX.

what is the procedure to be followed. Is there any other utility which will do the same.

Our objective is to create same databases in two different OS ie one on windows and AIX . Currently we have windows up and running

Last edited by synap1974; 10-14-03 at 07:44.
Reply With Quote
  #2 (permalink)  
Old 10-14-03, 08:41
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
The only way to deploy Stored Procedures accross OSes is to have a C compiler on each OS and issue the CREATE PROCEDURE statement on each OS (or use the Stored Procedure Builder (V7) or Development Center (V8)). Then you can use GET/PUT ROUTINE to deploy to other DBs on the same OS.

HTH

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