Microsoft
Software
Hardware
Network
Question : SAS 9.1 - Excel Import
Hi,
I get an error message in the log that I Excel is not valid for DBMS in the following code in running SAS 9.1:
PROC IMPORT OUT= WORK.SAS_Import_Test
DATAFILE= "C:\Documents and Settings\gshrivi\My Documents\Vidya\Test.xls"
DBMS=EXCEL REPLACE;
Sheet='Data';
GETNAMES=YES;
RUN;
Please confirm why, and offer suggestions.
Thanks.
Answer : SAS 9.1 - Excel Import
and the file resides on which machine? the server or your local computer?
again, does the machine where you are running the code have license for sas/access for PC file formats? this appears to be the likely reason
Random Solutions
VBA syntax to include a specific directory and a selected file
schedular
MS Access + Query + Enter Dates When Ran
Fusion on Mac
How do I convert an integer to a CString?
Cisco phone system
Global Catalog Not Working In Branch Office Locations After Introduction of One Server 2008 And Upgrading Domain
How to identify the sql statements executed against a database in db2 installed on Linux
In ACCESS (2007) - Is there a way to set a feilds defualt value to a combination of 2 fields
Access 2010: is there a way to have Access 2010 and it's runtime running on the same PC?