FINALIST
Calls Finalist with up to 6 address lines to perform address cleansing. CASS™ related system variables will be populated, but variable arguments to FINALIST will not be changed.
Note: <CASSTYPE> must be set to L[PC] or [N]ATIVE.
Note: If any of the parameter string is longer than 70 characters, it will be truncated to 70 characters.
Syntax
FINALIST(string1[,string2,string3,string4,string5,string6])
Arguments
| Argument | Description | Default |
|---|---|---|
| string1 | The first line of the address to process | None |
| string2 | The second line of the address to process | None |
| string3 | The third line of the address to process | None |
| string4 | The fourth line of the address to process | None |
| string5 | The fifth line of the address to process | None |
| string6 | The sixth line of the address to process | None |
Results
| Result | Description | |
|---|---|---|
| Return | Returns an integer number - the Finalist return value | |
| %%RC | Always set to 0. | |
| %%RM | A null string(''). | |
| %%RV | Alwaysset to 0 | |
Examples
| Function Call | Return | %%RC |
|---|---|---|
FINALIST('KURT KONOW', ’1250 AMERICAN PACIFIC DR’, ’HENDERSON NV 89074-7854) |
0 | 0 |
| FINALIST(‘Bad address’) | 9 | 0 |