To define the data elements contained in your input records, you need to create parameter records to specify the type and format of input data. For example, the format of the addresses and the locations and lengths of the elements that make up those addresses, such as street and ZIP Code.
Parameter Record |
Description |
---|---|
Specifies the format, location, and length of each address line or field. Required if doing a street match; optional if doing a postal match. |
|
Specifies the location, length, and format of city, state, and ZIP Code fields. Required. |
|
Allows you to define up to 99 constants to use with the MOVE I or MOVE O parameter records. Optional. |
|
Specifies that firm or building names are used as inputs for matching. Optional. |
|
Specifies that latitude/longitude coordinates are used as inputs for matching. Optional. |
|
Allows you to rearrange pieces of the input records before they are processed. Optional. |
You define some or all of these parameter records as shown in the highlighted area in the example below, depending on your processing requirements.