This example stores additional input data and unmatched data to the output (COK) file in a concatenated format using the default semicolon as the data delimiter.
The AP OUT parameter looks like this:
....5...10....5...20....5...30..
AP OUT C 701 4001101 400
Where:
AP OUT position 8 = C (Concatenated format).
Additional input data is stored in position 701 for a length of 400.
Unmatched data is stored in position 1101 for a length of 400.
Input Address
GROUP 1
ATTN ALICE ROSE SMITH
VILLAGE LOCALE PROPERTY
4200 PARLIAMENT PL STE 600 PO BOX 8511
6 W GLEN ST SUITE 201
LANHAM MD 20706
COK File - Additional Input Data
This example stores additional input data in position 701 for a length of 400:
..701..
;ATTN ALICE ROSE SMITH;VILLAGE LOCALE PROPERTY OWNERS;…
COK File - Unmatched Data
This example stores unmatched data in position 1101 for a length of 400:
..1101...
PO BOX 8511;6 W GLEN ST SUITE 201;…
Note:
iAll data used in this example is for illustration purposes only and should not be interpreted as actual USPS address data.