Usage Note 22718: Do you have any examples of reading/unpacking a transport file containing SAS data sets on UNIX from either a noncompatible UNIX operating system or another foreign originating operating system?
Example 1:
The transport file was made on the originating machine with PROC COPY or a DATA step with the XPORT engine, PROC COPY with the SASV5XPT engine on PC Release 6.03/6.04
or PROC XCOPY. The libref TRANS points to the transport file and specifies that the XPORT engine be used to access that file. PROC COPY copies all the SAS data sets from the transport
file to the directory referenced by the libref SASDATA. To limit which SAS data sets are copied, you can use either the SELECT or EXCLUDE statement of PROC COPY.
If the transport file was created by PROC CPORT on the originating machine, you need to use PROC CIMPORT to process the transport file. In this example, we are
assuming that you are moving files from a lower to a higher release. PROC CIMPORT uses the file given on the INFILE= option as input and writes/unpacks/copies all data sets found in
the transport file to the directory referenced by the libref SASFILES.