Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Utilities
  3. createdatamaps - Data Map Creation Utility
  4. DTLCCADW - Adabas PCAT Utility
  5. DTLCUIML - IMS Log Marker Utility
  6. DTLINFO - Release Information Utility
  7. DTLINFOX - Enhanced Release Information Utility
  8. DTLREXE - Remote Execution Utility
  9. DTLUAPPL - Restart Token Utility
  10. DTLUCBRG - Batch Registration Utility
  11. DTLUCDEP - CDEP Maintenance Utility
  12. DTLUCSR2 - IDMS SR2 and SR3 Records Utility
  13. DTLUCUDB - DB2 for Linux, UNIX, and Windows CDC Utility
  14. DTLULCAT and DTLULOGC - IDMS Log Catalog Utilities
  15. DTLURDMO - Data Map Utility
  16. DTLUTSK - Task Control Utility
  17. EDMLUCTR - Log Scan and Print Utility
  18. EDMUOPTS - Service Aid Utility
  19. EDMXLUTL - Event Marker Utility
  20. HOSTENT - TCP/IP Address Reporter Utility
  21. PWXCATMY - MySQL Catalog Utility
  22. PWXUCCLPRT - Print Log Summary Utility
  23. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  24. PWXUCREG - Capture Registration Utility
  25. PWXUMAP - Map List Utility
  26. PWXUCRGP - Capture Registrations Print Utility
  27. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  28. PWXUGSK - SSL Reporting Utility
  29. PWXUSSL - PowerExchange SSL Reporting Utility
  30. WRKJRNLCKE- Journal Lock Table Utility for IBM i

Filter Complex Type

Filter Complex Type

The Filter complex type defines the filtering criteria for columns and optionally for tables.
columnName
Column name to be filtered.
The columName element accepts asterisks (*) and question marks (?) as wildcard characters. An asterisk represents one or more matching characters A question mark represents a single matching character.
Type = string, length = 1 to 128
Default = FILLER*
Cardinality = 0 to 1
exclude
Whether to include or exclude column names that match the criteria.
Type = boolean
Default = true
Cardinality = 0 to 1
tableName
Name of table to which the criteria apply. If tableName is not specified, the filter criteria apply to all tables.
Type = string, length = 1 to 128
Cardinality = 0 to 1
If the globalGenConfig element in the control file includes a datamapRecordName element that overrides the original table names, use the new table names in the tableName element within the filter element in the control file. For example, suppose the control file includes the following lines:
<globalGenConfig> <schemaName>SEQ055</schemaName> <datamapName>SEQ</datamapName> <datamapRecordName>RECORD</datamapRecordName> </globalGenConfig>
The following lines shows how to specify the new table names in the tableName element within the filter element:
<filterColumnGroup> <filter> <columnName>TABLE*</columnName> <exclude>false</exclude> <tableName>RECORD*</tableName> </filter> </filterColumnGroup>

0 COMMENTS

We’d like to hear from you!