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
Visual Studio 2010 wierdness
Difference between Session Expiry and Timeout?
Connecting to a Window Server 4.0 domain with a Windows 7 workstation
Rss feed Data Comparision
DPM Agent Installer failed with errorcode -0x80004005
Report Requesting Parameter Value
Where is the Object Browser in VB 2010 Express Edition?
Can i group by a concat column in SQL?
Win32:Access is denied. - Service Dependencies
ASP.NET: I am having a problem with inserting a value into an mssql select statement