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
SQL IN subquery vs another method, chained where
How to Remove Calendar from Favorites Folder Office Outlook 2003
How do I identify user logon / logoff event in a domain
How do I programmatically click the specific link using Internetexplorer.applicati
on object
Microsoft Outlook Emails not reciving
Group Policy Creator Owners - Is there a way to add the ability to delete a policy created by someone else?
How to write my deep copy constroctur?
My Cisco ASA5505 licensing needs
How can I add/ use a Sub-site as a Site Collection
Change crystal reports chart type during runtime