SAS Transport Files


SAS Transport Files -- Moving Between Systems

SAS Transport Files -- Moving Between Systems

"Transport format" here means that SAS writes out a standard ASCII data set that can be read by SAS running on other operating systems.

For details on the procedures outlined below, users are encouraged to use SAS Language: Reference, Version 6 Edition. Also helpful is a special SAS Technical Report, No. P-195, available only from SAS Institute, and titled, "Transporting SAS Files Between Host Systems".

Some data transfer operations will require the use of documents that go beyond the one you are now reading. For one thing, it is important to note that the examples in this section assume moderate-sized data sets. Larger data sets may require increased space allocations or other manipulations when sending and/or receiving. Such manipulations are specific to the method of transfer or operating system(s) involved, and since the possibilities are quite numerous they cannot be documented here in detail. See related User's Manuals and documents for assistance.

Step One: Preparing the Data for the Move: Transport Format

Step Two: Moving a Transport File to the Target System

Step Three: Reconverting the Data to SAS Data Sets

Transport files created with PROC COPY

Example 4: (Receiving at UNIX, using DATA step):
The use of a DATA step, as shown in examples 3 and 4, allows the copying of only one SAS Data Set to the library specified (in this case OLDDATA), unlike the PROC COPY method (Examples 1/2) which allows the simultaneous importation of multiple SAS Data Sets.


Consulting Support and Other Sources of Help

Consulting Support and other Sources of Help