DQM function 131 removes configured characters from the value of
the UMF tag.
If you configure the DQM rule to correct the data, and the system
encounters the specified values to remove, the correction procedure removes
the specified values and writes the new value of the 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.
Parameters
- Characters to Remove:
- String of all characters to remove. To remove spaces, include one (space)
in the string of characters to remove, and surround the parameter with quotation
marks.
- From L=Left,R=Right,B=Both,A=Any:
- The location and/or direction of where to remove the configured characters.
- L
- Remove all configured characters starting from the left side of the string,
until a non-removal character is encountered.
- R
- Remove all configured characters starting from the right side of the string,
until a non-removal character is encountered.
- B
- (DEFAULT) Removes the configured characters from left and right until
non-removal character encountered.
- A
- Remove all occurrences of the configured characters from the entire string.
Exception codes
Exception Code |
Description |
Severity* |
-1 |
The removal characters are present, but the rule is not configured
to perform correction. |
3 |
1 |
The requested characters have been removed. |
0 |