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
I need to extract strings using regular expression in java
Cisco VLAN
Sharepoint - Simple project pages
Intelligent Filter want to know which mails were blocked
Can I retrieve all my Windows XP settings and programs after I re-installed Windows on a seperate folder?
New email accounts don't show up in Global List
Server Side Includes folder not in the right place?
Powershell WMI Query
Cannot print any PDF document, only option is to save as .prn and then it does not print.
Which strategies to use for a program written in python?