SAS Institute. The Power to Know

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

space
Previous Page | Next Page

Using the IMPORT Procedure

Syntax: IMPORT Procedure


Restriction: PROC IMPORT is available for the following operating environments:
  • OpenVMS for Integrity servers

  • Linux, UNIX

  • Microsoft Windows


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

space
Previous Page | Next Page | Top of Page