A list of predefined modification exit routines are described in the following table:
Routine Name | Description |
---|---|
BPMAADG | Sample routine for masking company name or surname according to data element content. |
BPMNIC1 | Sample routine for changing dates. |
BPMNICC | Generic alphanumeric code (can be used for telephone numbers). This routine changes numbers only, leaving all other characters untouched. |
UDCADDC | Address masking routine. |
UDCBLKC | Routine initializing the field with which it is associated. You can use it when you do not want some information to be displayed in the migrated data store. |
UDCBPMK | Sample for masking complex codes. |
UDCCDFC | Italian taxpayer code number masking routine. |
UDCCFPI | Italian VAT number or taxpayer's code number masking routine. The routine associated with the mixed field containing both the VAT number and the taxpayer code number recognizes the content of the field and applies either one or the other routine. |
UDCCHLC | Chilean tax code masking routine. |
UDCCIFC | CIF (Spanish tax codes) masking routine. |
UDCCOMC | Company name masking routine. |
UDCCDCC | Credit card number masking routine. |
UDCCDF1 | Sample routine for Italian tax code that considers date change. |
UDCCFP1 | Sample routine for Italian tax code and VAT number that considers date change. |
UDCEMAC | Email address masking routine. |
UDCIBNC | International bank account number (IBAN). |
UDCLOB1 | Template routine LOB/BLOB/CLOB columns containing positional data. |
UDCNACC | Advanced name masking routine that preserves gender, and guarantees more distinct masked values than the standard name masking routine. |
UDCNAMC | People's names masking routines to be used to mask personal detail files. |
UDCNIFC | NIF (Spanish tax codes) masking routine. |
UDCNUMC | Account number masking routine. |
UDCPIVC | Italian VAT number masking routine. |
UDCRANAG | Sample for forcing a fixed value in output. |
UDCSNC | Surname and name masking routine. |
UDCSNC2 | Surname and name masking routine specific to the Italian language. |
UDCSNR2C | Surname and name or company name (in the same field) masking routine specific to the Italian language. |
UDCSUCC | Advanced surname masking routine that guarantees more distinct masked values than the standard surname masking routine. |
UDCSURC | Surname masking routine. |
UDCTELC | Telephone number masking routine. |
UDCUCST | String masking routine. It inverts the characters and then transcodes them according to a transcoding table. |
UDCUSSN | Masking routine for USA Social Security Number. |
UDCXML0 | Template routine for XML or LOB/BLOB/CLOB columns not containing data to be masked. |
UDCXML1 | Template routine for XML or LOB/BLOB/CLOB columns containing XML data. |