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
Create task in task scheduler programmatically
how can I check if a table exist and if exist I drop it?
Textbox add button click onBlur
Extend timout in web.config for session variables
Lables printing problem using MS Word
Exchange config for Outlook Anywhere
General User Login Issue "Your account is configured to prevent you from using this computer."
equation for multi level slope for LUT table in range from 0 to 255
Need to use Log Parser to extract IP and username of all who have accessed OWA in the last month.
Best way to make users stay within ranges and warn users of conflicts