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