XTRNTYCAT.ddl: Transaction Types (DB2)
Part of DB2 Transaction Types: Defines the transaction types used within the DB2 database for module transactions.
Files
- DB2CREAT.ctlThis program defines a unique index on the TRANSACTION_TYPE_CATEGORY table. The index is created on the TRC_TYPE_CODE and TRC_TYPE_CATEGORY columns to enforce uniqueness and optimize data retrieval for transactions categorized by type and category.View
- DB2CREAT.ctlThis control file, DB2CREAT.ctl, is used to define and manage transaction types within the DB2 database. It establishes unique indexes on the TRANSACTION_TYPE_CATEGORY table, specifically on the TRC_TYPE_CODE and TRC_TYPE_CATEGORY columns. This ensures data integrity and efficient retrieval of transaction type information.View
- XTRNTYCAT.ddlRelated flowView