DQM function 191 validates that the value of the UMF tag does not exist in a the CODES lookup table
This is useful when a data source has provided known invalid data in certain UMF tags. This function performs a lookup against a the CODES lookup table to ensure that value of the UMF tag does not exist.
If you configure the DQM rule to correct the data, and the value is located in the CODES lookup table, then the function removes the value from the incoming UMF tag. If the correction procedure is not configured to correct an error, the function logs an exception to the configured error log and does not load the invalid value.
Exception Code | Description | Severity* |
-2 | The CODES lookup table is not properly configured. | 3 |
-1 | The UMF tag value was located in the table but correction procedures are not configured. | 3 |
1 | The UMF tag value was located and was removed from UMF tag. | 1 |