The EXPORT procedure
reads data from a SAS data set and writes it to an external data source. External
data sources can include DBMS tables, PC files, spreadsheets, and delimited
external files (which are files that contain columns of data values that are
separated by a delimiter such as a blank or a comma). For more information
about PC file formats, see SAS/ACCESS Software for PC File Formats: Reference.
Once you invoke PROC EXPORT, the procedure reads the input data set
and writes the data to the external data source. PROC EXPORT exports the data
by one of the following methods:
- generated DATA step code
- generated SAS/ACCESS code
- translation
engines.
You control the results with options and statements that
are specific to the output data source. PROC EXPORT produces the specified
output file and writes information about the export to the SAS log. In the
log, you see the DATA step or the SAS/ACCESS code generated by PROC EXPORT.
If a translation engine is used, then no code is submitted.
PROC EXPORT is available on the following
hosts:
- OS/2
- UNIX
- OpenVMS
- Windows 95
- Windows
NT
- Windows 98
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.