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 > How to unload DB2 v7 for z/Os table to AIX

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-03-06, 19:24
mlc465782 mlc465782 is offline
Registered User
 
Join Date: Mar 2006
Posts: 2
Question How to unload DB2 v7 for z/Os table to AIX

We are currently running Db2 V 7.1 for z/OS and client wants to move production data to an DB2 V 8.1 AIX box for testing. The ultimate goal is to put the decision support system on AIX.

The largest table is 690 GB split into 171 partitions. Because of security issues, I believe we are going to have to push the data to the AIX server. My question is what format do I unload it in. I have been told IXF format is best but I find no documentation if you can actually do that from MVS directly.

My piece of this work is just to get the data to the AIX box, so our intent would be to ftp the unload files if I can get them in a format that works for DB2 for AIX.

Any assistance would be really appreciated.
Reply With Quote
  #2 (permalink)  
Old 03-03-06, 20:30
DBA-Jr DBA-Jr is offline
Registered User
 
Join Date: Mar 2005
Posts: 108
I suppose you have DB2 ESE installed in the AIX box. Here is the steps:

1. catalog z/OS database as remote_db to your AIX DB instance
2. from AIX, connect to remote_db
3. run export from AIX while connected to remote_db. File format shohld be IXF.
5. create DB/tables on AIX
4. import to AIX DB with option INSERT

Hope this helps.
Reply With Quote
  #3 (permalink)  
Old 03-06-06, 09:26
Cougar8000 Cougar8000 is offline
Registered User
 
Join Date: Nov 2005
Location: IL
Posts: 554
You can do any file format as you wish. What you need to watch out for if you do decide to do a delimited is pick the delimiter that is for sure is not part of the data. And then let AIX DBA's know what it is.

We mostly load del files that are provided by our developers that came from z/OS into AIX.
__________________
--
IBM Certified DBA on DB2 for Linux, UNIX, and Windows

DB2 v9.1.0.2 os 5.3.0.0
Reply With Quote
  #4 (permalink)  
Old 03-07-06, 00:29
DBA-Jr DBA-Jr is offline
Registered User
 
Join Date: Mar 2005
Posts: 108
Well, I think to export from z/OS, only IXF is supported.
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