Batch Migration Process

Note: これは技術評価機能としてのみ提供されます。この新機能について、テストおよびフィードバックができるようになる予定です。ただし、この機能はプロダクション使用を目的としたものではなく、プロダクション使用はサポートされていません。また、この機能は GA レベルでの提供が保証されるものではないため、実際提供されるバージョンは技術評価版と大きく異なる可能性があります。
The database migration process using MBDTs consists of the following steps:
  1. Create a destination database and schemas using tools provided by your DBMS vendor.
  2. Create an ODBC connection to the new target database using the HCOSS Manage Connections tool or ODBC Data Source Administrator.
  3. Unload data and the LOAD control statement from mainframe DB2 with SQLUTB UNLOAD.
  4. Using Enterprise Server, create an enterprise server instance with Mainframe Subsystem Support (MSS) that also supports JCL applications.
  5. Configure your enterprise server instance by creating MBDT aliases.
  6. Using Micro Focus Mainframe Access (MFA) Drag and Drop, copy the LOAD control statement to the Windows machine where MBDTs are to be executed.
  7. Copy and catalog the unloaded DB2 data on your Windows machine using MFA batch import.
  8. Using the SQLTP2xx utility, execute DDL to create the tables in the new target database.
  9. Load the DB2 data into the new target database with the SQLUTBxx utility, using the LOAD card generated on the mainframe.
  10. Using the SQLTP2xx utility, execute DDL to create the DB2 constraints and indexes in the new target database.