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 > Insert using select between two subsytems

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-15-04, 16:02
hnkdb2 hnkdb2 is offline
Registered User
 
Join Date: Jun 2004
Posts: 1
Question Insert using select between two subsytems

Hi

How to insert by select between two subsystems.

insert into dbxx.table1 --> sub system dbxa, TSO1
select * from dbyy.table1 --> sub system dbya, TSO2

ofcouse the above will not work, as both of them belong to different system.

Please advise, whether we can do like this or not.
This is just to avoid unload and load.

Advise on any chance to do using insert and select
Reply With Quote
  #2 (permalink)  
Old 06-15-04, 16:05
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
One way to do this is to access the other DB2 subsystem on OS/390 using DDF (distributed data facitliy). Check out DDF in the manuals. DDF would need to be enabled by your DB2 systems programmer.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
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