Perform the following
steps to configure the SCD Type 1 Loader transformation to use a sequential
data merge:
-
Open the properties
window for the SCD Type 1 Loader transformation.
-
Click
Options. Set the
Use direct lookup (hash table) option in the General category to
No. This
setting saves memory at a potential cost to processing performance.
-
Click
OK to save your settings and close the properties window.
Note: The DATA step merge lookup
method requires the source table to be presorted by business key with
duplicate business keys removed. If the source table is not presorted
by business key or the source table contains duplicate business keys,
you should add a Sort transformation before you sort and remove duplicate
business keys with the SCD Type 1 Loader transformation. In the Sort
transform, navigate to the Options tab and
change the first SAS Sort option entitled Remove duplicate
records to Remove rows with duplicate keys
(NODUPKEY). You should remove duplicate business keys
from source tables before you use the SCD Type 1 Loader transformation
to avoid unexpected results.
-
Insert a Sort transformation between the source table and the SCD Type 1 Loader transformation.
-
Open the Sort transformation
and click
Sort Columns.
-
Move the columns that you want to use for the match keys in the source table to the
Sort by columns field.
-
Click
OK to save your settings and close the properties window.