A Data Transfer transformation
is a transformation that you can use to move data directly from one
machine to another. Direct data transfer is more efficient than the
default transfer mechanism.
For example, assume
that you have the following items:
-
a source table on machine 1
-
the default SAS Application Server
on machine 2
-
a target table on machine 3
You can use SAS Data
Integration Studio to create a process flow diagram that moves data
from the source table on one machine to the target table on another
machine. By default, SAS Data Integration Studio generates code that
moves the source data from one machine (machine 1) to another (machine
2). Then, it moves the data from machine 2 to the target table on
a third machine (machine 3). This action is an implicit data transfer.
For large amounts of data, an implicit data transfer might not be
the most efficient way to transfer data.
To improve efficiency,
you can add a Data Transfer transformation to the process flow diagram.
The transformation enables SAS Data Integration Studio to generate
code that migrates data directly from the source machine to the target
machine. You can use the Data Transfer transformation with a SAS table
or a DBMS table with table and column names that follow the rules
for SAS names.