Table of Contents

Search

  1. Preface
  2. Introduction
  3. The Design Issues
  4. Standard Population Choices
  5. Parsing, Standardization and Cleaning
  6. Customer Identification Systems
  7. Fraud and Intelligence Systems
  8. Marketing Systems
  9. Simple Search
  10. Composite Keys
  11. Summary

Application and Database Design Guide

Application and Database Design Guide

Generating Composite Keys

Generating Composite Keys

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.
For more information about
ssan3_get_keys
or
ssan3_get_ranges
calls, see the
Informatica SSA-Name3 API Reference Guide
.

0 COMMENTS

We’d like to hear from you!