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 > IBM Mainframe DB2 Migration to DB2 UDB for windows

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-22-09, 03:43
Srini1979 Srini1979 is offline
Registered User
 
Join Date: May 2009
Posts: 3
IBM Mainframe DB2 Migration to DB2 UDB for windows

I need some information on how Migration activity can be planned to Migrate from Mainframe DB2 to DB2 UDB for Windows.

If you have any documents, pdf or any links where in the required information is provided please provide it.

Thanks and regards,
Srini
Reply With Quote
  #2 (permalink)  
Old 05-23-09, 23:28
db2dummy1 db2dummy1 is offline
Registered User
 
Join Date: Feb 2009
Posts: 114
I would use MS Project for this purpose
Reply With Quote
  #3 (permalink)  
Old 05-24-09, 02:16
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
If you can do it, the best way to move the data is to catalog the remote DB2 z/OS database from a Linux or Windows DB2 client and export the tables in IXF format from the client. You may have to do a remote bind of DB2 client CLI and utility packages to the DB2 z/OS subsystem (use the Configuration Assistant).

For the DDL, I would see if there is a tool you have z/OS that will recreate the DDL and then you can manually make some minor changes to tablespaces, etc. However, the IXF files will create the tables for you, but not any indexes and maybe not in the tablespaces you want.
__________________
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
  #4 (permalink)  
Old 05-25-09, 10:48
Srini1979 Srini1979 is offline
Registered User
 
Join Date: May 2009
Posts: 3
Hi Marcus,

How can we go about recreating Indexes in that case? Please reply.

Also, if you have any document on Migration procedures from DB2 Z/OS to DB2 UDB for windows. Please help to share.

Regards,
Srini
Reply With Quote
  #5 (permalink)  
Old 05-25-09, 10:49
Srini1979 Srini1979 is offline
Registered User
 
Join Date: May 2009
Posts: 3
Hi Marcus,

Thanks for your reply.

In that case, how can we go about for recreating Indexes?

Also, if you have any documents please share.

Regards,
Srini
Reply With Quote
  #6 (permalink)  
Old 05-25-09, 11:56
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Most z/OS shops have a tool that will reproduce the DDL. If you don't have one, you can write a query using the catalog tables to do it (probably SYSIBM.SYSINDEXES, etc). Catalog tables are documented in the appendix of the SQL Reference manual.
__________________
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