Chapter Contents |
Previous |
Next |
The IMPORT Procedure |
Procedure features: |
|
Program |
proc import table="customers" |
out=sasuser.cust |
dbms=access; |
uid="userid"; |
pwd="mypassword"; |
database="c:\myfiles\east.mdb"; |
wgdb="c:\winnt\system32\security.mdb"; |
proc print data=sasuser.cust(obs=5); run; |
Output |
The SAS System 1 Obs Name Street Zipcode 1 David Taylor 124 Oxbow Street 72511 2 Theo Barnes 2412 McAllen Avenue 72513 3 Lydia Stirog 12550 Overton Place 72516 4 Anton Niroles 486 Gypsum Street 72511 5 Cheryl Gaspar 36 E. Broadway 72515 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.