Runs the command-line version of the MBDT Configuration Utility.
Note: これは技術評価機能としてのみ提供されます。この新機能について、テストおよびフィードバックができるようになる予定です。ただし、この機能はプロダクション使用を目的としたものではなく、プロダクション使用はサポートされていません。また、この機能は GA レベルでの提供が保証されるものではないため、実際提供されるバージョンは技術評価版と大きく異なる可能性があります。
Important: In Windows environments, yYou must run this command from a 32-bit or a 64-bit
Enterprise Developer command prompt, available from
Start > All Programs > Micro Focus Enterprise Developer
> Tools.
On Windows 8, Windows 10, and Windows Server 2012, you use the Start screen to invoke programs.
Syntax
mbdtconfig -t {H[COSS] | A[gnostic]} | -s size={0 | n}}
Parameters
- -t
- Sets the database type.
- H[COSS]
- Indicates a SQL Server database in which CREATE SCHEMA object statements are z/OS DB2 statements.
- A[gnostic]
- Indicates a SQL Server, DB2 LUW, or Oracle database in which CREATE SCHEMA object statements are specific to the DBMS vendor specifications. This option does not support mainframe DB2 DDL. Default.
- -s
- Sets the commit behavior.
- size=
- Set this to zero (0) to issue a single commit after all records have been loaded. Default.
Provide a number, represented here as
n, to indicate multiple commits, each after
n rows have been processed.