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 > Data loading from DB2 UDB to DB2/MVS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-23-09, 09:06
db2udbgirl db2udbgirl is offline
Registered User
 
Join Date: Mar 2006
Location: Tuticorin, India
Posts: 100
Data loading from DB2 UDB to DB2/MVS

What is the best method to load data(from few tables) on DB2 UDB (v8/AIX) to DB2 on MVS (Not sure about version #) ?

Can we create a federated link on MVS side to do a cursor load ?

Please advice.
Reply With Quote
  #2 (permalink)  
Old 01-23-09, 10:18
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
It depends on your site policies and the volume of data:

If the data volume is small, then you can export data to ixf/del files and do import to the zos. Note, you need DB2 Connect license to do this.

You can create "federated" link(called DDF on zos, iirc) from the zos to the luw, and then do "insert into...select from " or load from cursor.

you can create a federated link from luw to zos and issue insert into ..select * from ..

you can "export" the data from luw to fixed width files, ftp over to mainframe and run the LOAD utility.
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 02-04-09, 23:04
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
you may find this redbook helpful:
IBM Redbooks | Moving Data Across the DB2 Family

It covers moving data between DB2 z/OS and DB2 LUW
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