$$FORMAT |
Output |
DGNAME in specified format or null if length of
transformed val ue is less than DGMINL
|
DGNAME |
Input |
Text value representing person name to transform.
|
DGMINL |
Input |
Minimum length (optional), default 3.
|
DGMAXL |
Input |
Minimum length (optional), default 3.
|
DGNOP |
Input |
1 to standardize last name for 'NOP' x-ref
(optional).
|
DGCOMA |
Input |
0 to not require a comma, 1 to require a comma in the
input value, 2 to add a comma if none, 3 to prohibit (remove) commas,
(optional) default if not specified is 1.
|
DGAUDIT |
Input |
Variable to return audit, pass by reference
(optional). Returned values: 0 if no change was made, 1 if name is changed, 2
if name could not be converted, DGAUDIT(1) defined if name contains no comma,
DGAUDIT(2) defined if parenthetical text is removed, DGAUDIT(3) defined if
value is unconvertible, DGAUDIT(4) defined if characters are removed or
changed.
|
DGFAM |
Input |
1 if just the family name, 0 otherwise (optional).
|
DGDNC |
Input |
1 to prevent componentization (optional)
|