Chapter Contents |
Previous |
Next |
SAS/ACCESS Interface to SYSTEM 2000 Data Management Software: Reference |
PROC ACCESS <options>;
|
PROC ACCESS Statement Options |
The following options can be used with the PROC ACCESS statement.
If the access descriptor has been assigned a SAS password, you may need to specify the password in the ACCDESC= option in order to create a view descriptor based on the access descriptor. Whether you specify the password depends on the level of protection that was assigned to the access descriptor. For information on assigning and using passwords, see Specifying Passwords for SAS/ACCESS Descriptors.
If you create the access descriptor and the view descriptor in the same execution of PROC ACCESS, omit the ACCDESC= option because you specify the access descriptor's name in the CREATE statement.
AD= and ACCESS= are aliases for this option.
VIEW= and VD= are aliases for this option.
See Example Data for examples of using options in procedure statements.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.