![]() Chapter Contents |
![]() Previous |
![]() Next |
| SAS/ACCESS Software for Relational Databases: Reference |
Note: Some of these features
might not be available in your SAS/ACCESS interface. See your DBMS chapter
for more information. ![[cautionend]](../common/images/cautend.gif)
SAS/ACCESS Features for Specific Tasks provides a list of common tasks and the features that you can use to accomplish them. When choosing a feature to use for complex or data-intensive operations, you might want to test more than one method to determine the most efficient one for your particular task.
Note: The following abbreviations are used in the table:
![[cautionend]](../common/images/cautend.gif)
| If you want to... | you can use one of these SAS/ACCESS features: |
| read DBMS tables or views | LIBNAME statement |
| Pass-Through | |
| view descriptors | |
| create DBMS tables | LIBNAME statement |
| DBLOAD procedure | |
| Pass-Through EXECUTE statement | |
| update. delete, or insert rows into DBMS tables | LIBNAME statement |
| view descriptors | |
| Pass-Through EXECUTE statement | |
| append data to DBMS tables | DBLOAD procedure with APPEND option |
| LIBNAME statement and APPEND procedure | |
| Pass-Through EXECUTE statement | |
| list DBMS tables | LIBNAME statement and SAS Explorer window |
| LIBNAME statement and DATASETS procedure | |
| LIBNAME statement with CONTENTS procedure | |
| LIBNAME statement and PROC SQL dictionary tables (table note 1) | |
| delete DBMS tables or views | LIBNAME statement and SQL procedure's DROP TABLE statement |
| LIBNAME statement and DATASETS procedure's DELETE statement | |
| Pass-Through EXECUTE statement |
See the SQL dictionary tables documentation
for more information.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.