For example, to remove the column NBR_YEARS_CLI from the input table, you can use the following optional parameter string:
'DM_remDataSpecFld(''NBR_YEARS_CLI'')'
To remove more fields from the input table, you can use several DM_remDataSpecFld options in an Easy Mining procedure, or you can create a view that contains only the columns that you want to use and then specify this view as input for the Easy Mining procedure.
The following example shows the complete command to run the FindDeviations procedure including the optional parameter string:
db2 "call IDMMX.FindDeviations('BANK.DEV_CUSTOMERS',
'BANK.CUSTOMERS_MASTERDATA',
'DM_remDataSpecFld(''NBR_YEARS_CLI'')')"
For a listing of optional parameter strings, see Optional parameter strings.