SAS Institute. The Power to Know

SAS/ACCESS(R) 9.2 Interface to PC Files: Reference

Previous Page | Next Page

Using the IMPORT Procedure

Syntax: IMPORT Procedure


PROC IMPORT
DATAFILE="filename"|DATATABLE="tablename"
OUT=<libref.>SAS data-set <(SAS data-set-options)>
<DBMS=data-source-identifier><REPLACE> ;
<data-source-statement(s);>

Previous Page | Next Page | Top of Page