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
How to replace a D-cell with a universal adapter instead
Exchange 2007 mailbox to room error
Trouble with jquery image gallery slideshow
Raise domain function level when there are 2 ADs
How do I refresh a query on a subform?
SBS 2003 "Sc delete netlogon" how do I undo this command or install netlogon as a service
Can i use a tool tip with disabled control?
how to add a column checkbox to Telerik RadGrid to select/deselect all the checkboxes from each item?
Gridview RowDataBound : Accessing Footer Row
Upload image to server functions - insert path to MySQL fails. Why?