SAS Institute. The Power to Know

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

Previous Page | Next Page

Using the EXPORT Procedure

Syntax: EXPORT Procedure


Support: The EXPORT procedure is available for these operating environments:
  • Linux, UNIX

  • Microsoft Windows


PROC EXPORT DATA=<libref.>SAS data-set <(SAS-data-set-options)>
OUTFILE="filename" | OUTTABLE="tablename"
<DBMS=data-source-identifier> <REPLACE> <LABEL>;
<data-source-statement(s);>

Previous Page | Next Page | Top of Page