If you specify DBPROMPT=YES,
it is not necessary to provide connection options with the LIBNAME
statement. If you use the LIBNAME statement to specify connection
options and DBPROMPT=YES, connection option values display in the
window—except the password value, which appears as a series
of asterisks. You can override all of these values interactively.
The DBPROMPT= option
interacts with the DEFER= LIBNAME option to determine when the prompt
window appears. If DEFER=NO, the
DBPROMPT window
appears when the LIBNAME statement is executed. If DEFER=YES, the
DBPROMPT
window appears when you first open a table or view. The DEFER= option
normally defaults to NO, but it defaults to YES if DBPROMPT=YES. You
can override this default by explicitly setting DEFER=NO.
The
DBPROMPT window
usually opens only once for each time that the LIBNAME statement is
specified. It might open multiple times if DEFER=YES and the connection
fails when SAS tries to open a table. In such cases, the
DBPROMPT window
appears until a successful connection occurs or you click
Cancel.
The maximum password
length for most of the
SAS/ACCESS LIBNAME interfaces is 32 characters.
Oracle: You
can enter 30 characters for the USERNAME and PASSWORD and up to 70
characters for the PATH, depending on your platform.
Teradata: You
can enter up to 30 characters for the USERNAME and PASSWORD.