Valid in: | Anywhere |
LIBNAME db PCFILES
SERVER=D2323 PATH='c:\demo.xls';
Use the PASSWORD= option for database passwords.
LIBNAME db PCFILES PATH='C:\myfile.mdb' SERVER=fileserv; SERVERUSER='mydomain\myusername' SERVERPASS='mypassword';
Use the USER= option for database User IDs.
LIBNAME db PCFILES PATH='C:\myfile.mdb' SERVER=fileserv; SERVERUSER='mydomain\myusername'; SERVERPASS='mypassword';
LIBNAME db PCFILES PATH='C:\myfile.mdb' SERVER=localhost; SSPI='yes'; RUN;
You do not need to specify this option for an existing Excel file.