DQM function 1010 identifies and relocates potential name prefixes or name generations attached to the end of a name part.
This function detects a name prefix (Mr., Ms., Dr., etc.) or suffix (Jr. Sr, III, etc.) attached to the end of the UMF tag value, and then removes and relocates the prefix or suffix to the UMF tag configured in the Element to Store Prefix or parameter or Element to Store Suffix parameters.
<LAST_NAME>SMITHJR</LAST_NAME>
becomes
<LAST_NAME>SMITH</LAST_NAME>
<NAME_GEN>JR</NAME_GEN>
This function does not have any correction procedures.
Exception Code | Description | Severity* |
-1 | Error Determining Prefix. | 3 |
1 | Prefix found and moved into configured tag. | 0 |
2 | Name Generation found and moved to configured tag. | 0 |