Data Transfer Services enables you to move a copy of the data from
one computer to another computer. The data is translated between computer
architectures and SAS version formats, as necessary.
Data is transferred
using the UPLOAD and DOWNLOAD procedures. You can transfer SAS data
sets, SAS catalogs, MDDB, SQL views, entire SAS libraries, and external
files.
Note: External files can be transferred
in either text or binary format.
The data transfer capabilities
enable you to do the following:
-
-
transfer multiple SAS files in
a single step by using the INLIB= and OUTLIB= options. This capability
enables you to transfer an entire library or selected members of a
library in a single PROC UPLOAD or PROC DOWNLOAD step.
-
transfer collections of files (such
as a partitioned data set, a MACLIB, or a directory) between a client
and a server.
-
use WHERE processing for dynamic
data subsetting and SAS data set options when transferring individual
SAS data sets.
-
transfer catalog entries that contain
graphics output by using a simple one-step process.
-
-
increase the robustness of your
decision support environment by keeping a local copy of your data,
which is insulated from network failure.
-
back up local files to a server.
-
-
automate both data or application
distribution and centralized data collection.
-
distribute files from one workstation
by uploading to a server and downloading to other workstations that
need the files.
-
move SAS files between releases
of SAS as well as across operating environments.