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
no wrap for breadcrump/
2 exchange accounts on a droid incredable
Backing up SQL Server 2000 database on 2008
A perl spreadsheet problem--reading from a specific tab
Create a dynamic Form for a webpage
Joomla homepage redirects to com_user
Setting a Parameter Value?
Is there a way to push a themepack to windows 7 computers via GPO? Or a powershell script?
Visual Studio 2008 versus Expression Blend?
get selected (not all) checkboxes in jQuery