Perform the following
steps to create and populate the job:
-
Create an empty SAS
Data Integration Studio job.
-
Select and drag a Standardize
transformation from the Data folder in the Transformations tree. Then,
drop it in the empty job on the
Diagram tab
in the
Job Editor window.
-
Select and drag the
source table out of the Inventory tree. Then, drop it before the Standardize
transformation on the
Diagram tab.
-
Drag the cursor from
the source table to the input port of the Standardize transformation.
This action connects the source to the transformation.
-
Right-click the Standardize
transformation, and click
Add Output Port from the
Ports option in the drop-down
menu. This step enables you to add an output port to the transformation.
-
Because you want to
have a permanent target table to contain the output for the transformation,
right-click the temporary work table attached to the transformation
and click
Replace in the pop-up menu. Then,
use the
Table Selector window to select the
target table for the job. The target table must be registered in SAS
Data Integration Studio.
The following display
shows a sample process flow diagram for a job that contains the Standardize
transformation:
Note that the source
table for the sample job is named SCORE, and the target table is named
SCORE_OUT.