The CIMPORT procedure
imports a
transport file that was created (
exported)
by the CPORT procedure. The transport file can contain a SAS data
set, a SAS catalog, or an entire SAS library.
Typically, the INFILE=
option is used to designate the source of the transport file. If this
option is omitted, CIMPORT uses the default file Sascat.dat in the
current directory as the transport file.
Note: CIMPORT works only with transport
files created by the CPORT procedure. If the transport file was created
using the XPORT engine with the COPY procedure, then another PROC
COPY must be used to restore the transport file.
For more information,
see COPY Procedure in Base SAS Procedures Guide.