Correct last line match codes - centrusdesktop - 2024.01

Centrus Desktop Reference for Windows

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > Centrus Desktop
Version
2024.01
Language
English
Product name
Centrus Desktop
Title
Centrus Desktop Reference for Windows
Copyright
2024
First publish date
1994
Last updated
2024-05-17
Published on
2024-05-17T02:15:55.357307

As mentioned in Using correct last line, when set to True, GS_FIND_CORRECT_LASTLINE corrects elements of the output last line, providing a good ZIP Code or close match on the soundex even if the address would not match or was non-existent.

The feature works when GS_FIND_ADDRCODE is True and the address does not match a candidate or when GS_FIND_Z_CODE is True and only last line information is input. The match codes returned are similar to Z and Ennn in that the first letter remains the same with the second digit changing.

Code Description
Zh No address given, but verified the provided ZIP Code.
h = 0 No change in last line.
h = 1 ZIP Code changed.
h = 2 City changed.
h = 3 City and ZIP Code changed.
h = 4 State changed.
h = 5 State and ZIP Code changed.
h = 6 State and City changed.
h = 7 State, City, and ZIP Code changed.
h = 8 ZIP + 4 changed.
h = 9 ZIP and ZIP + 4 changed.
h = A City and ZIP + 4 changed.
h = B City, ZIP, and ZIP + 4 changed.
h = C State and ZIP + 4 changed.
h = D State, ZIP, and ZIP + 4 changed.
h = E State, City, and ZIP + 4 changed.
Ehnn Indicates an error, or no match. This can occur when the address entered does not exist in the database, or the address is badly formed and cannot be parsed correctly. The second digit of the error code is a hex digit which details the changes that were made to the last line information to correct the last line. The last two digits of an error code indicate which parts of an address the application could not match to the database.
h = 0 No change in last line.
h = 1 ZIP Code changed.
h = 2 City changed.
h = 3 City and ZIP Code changed.
h = 4 State changed.
h = 5 State and ZIP Code changed.
h = 6 State and City changed.
h = 7 State, City, and ZIP Code changed.
h = 8 ZIP + 4 changed.
h = 9 ZIP and ZIP + 4 changed.
h = A City and ZIP + 4 changed.
h = B City, ZIP, and ZIP + 4 changed.
h = C State and ZIP + 4 changed.
h = D State, ZIP, and ZIP + 4 changed.
h = E State, City, and ZIP + 4 changed.
nn = 00 No match made.
nn = 01 Low level error.
nn = 02 Could not find data file.
nn = 03 Incorrect GSD file signature or version ID.
nn = 04 GSD file out of date. Only occurs in CASS mode.
nn = 10 No city and state or ZIP Code found.
nn = 11 Input ZIP not in the directory.
nn = 12 Input city not in the directory.
nn = 13 Input city not unique in the directory.