CIMPORT Procedure

Tip: Use PROC CIMPORT or PROC CPORT when backing up graphic catalogs. PROC COPY cannot be used to back up graphic catalogs.
See: CIMPORT Procedure under Windows, UNIX, z/OS

Syntax

PROC CIMPORT destination=libref | <libref.>member-name <option(s)>;
EXCLUDE SAS file(s) | catalog entry(s)</ MEMTYPE=mtype></ ENTRYTYPE=entry-type>;
SELECT SAS file(s) | catalog entry(s)</ MEMTYPE=mtype> </ ENTRYTYPE=entry-type>;

Table of Procedure Tasks

Statement Task Example
PROC CIMPORT Statement Import a transport file Ex. 1, Ex. 2, Ex. 3
EXCLUDE Statement Exclude one or more specified files from the import process  
SELECT Statement Specify one or more files or entries to import process Ex. 2