Chapter Contents |
Previous |
Next |
SAS/ACCESS Software for Relational Databases: Reference |
libname myoralib oracle dbprompt=yes defer=no;When this LIBNAME statement is issued, a prompt window appears. The window contains the DBMS connection options that are valid for the SAS/ACCESS engine that is being used, in this case, ORACLE.
This feature provides several advantages. DBMS account passwords are protected because they do not need to be stored in a SAS program or descriptor file. Also, when a password or username changes, the SAS program does not need to be modified. Another advantage is that the same SAS program can be used by any valid username and password combination that is specified during execution. You can also use connection options in this interactive manner when you want to run a program on a production server instead of testing a server without making modifications to your code. By using the prompt window, the new server name can be specified dynamically.
Note: This option is not available in the SAS/ACCESS Interface to DB2 Under OS/390.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.