The ACCESS Procedure for Relational Databases |
PROC ACCESS <options>; |
Options |
specifies an access descriptor. ACCDESC= is used with the DBMS= option to create or update a view descriptor that is based on the specified access descriptor. You can use a SAS data set option on the ACCDESC= option to specify any passwords that have been assigned to the access descriptor.
Note: The ODBC interface does not support this option.
specifies which database management system you want to use. This DBMS-specific option is required. See SAS/ACCESS documentation for your DBMS.
specifies a view descriptor through which you extract the DBMS data.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.