To generate a composite key, specify multiple fields in the
Controls
parameter for the
ssan3_get_keys
and
ssan3_get_ranges
calls. SSA-NAME3 concatenates the keys of the fields that you specify to generate a composite key. A composite key can include the keys of up to five fields.
To specify the keys required to generate a composite key, use the
FIELD
control in the following format:
FIELD=Field1,Field2[...,Field5]
For example, to generate keys or ranges for person name and address fields, specify the SSA-NAME3 Person_Name and Address_Part1 fields in the
FIELD
control in the following format:
FIELD=Person_Name,Address_Part1
SSA-NAME3 generates keys for the
Person_Name
and
Address_Part1
fields and concatenates them to build a composite key.