<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PROC IMPORT Excel File to SAS 9.2 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-Excel-File-to-SAS-9-2/m-p/25786#M5863</link>
    <description>Suggest searching the SAS support &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; website - here is a SAS usage note that may apply:&lt;BR /&gt;
&lt;BR /&gt;
Usage Note 33228: An error occurs when you use SAS® 9.2 to import or export Microsoft Excel or Access files in the Windows x64 and Windows Vista 64 environments&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/33/228.html" target="_blank"&gt;http://support.sas.com/kb/33/228.html&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
Some additional DOC reference at the SAS Support website, as well:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#a003103761.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#a003103761.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Recommended Google advanced search argument, this topic / post:&lt;BR /&gt;
&lt;BR /&gt;
sas 9.2 proc import dbms excel2000 site:sas.com</description>
    <pubDate>Sat, 30 Oct 2010 15:04:36 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-10-30T15:04:36Z</dc:date>
    <item>
      <title>PROC IMPORT Excel File to SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-Excel-File-to-SAS-9-2/m-p/25785#M5862</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am new to SAS 9.2 and trying to import an excel 2003 data to SAS by using following code.&lt;BR /&gt;
&lt;BR /&gt;
PROC IMPORT out= ds_api&lt;BR /&gt;
		datafile= "C:\RawData - 201001.xls" &lt;BR /&gt;
		dbms = excel2000  replace;&lt;BR /&gt;
		range="API PACS$"; &lt;BR /&gt;
		getnames=yes;&lt;BR /&gt;
		RUN;&lt;BR /&gt;
&lt;BR /&gt;
However I got error message&lt;BR /&gt;
&lt;BR /&gt;
ERROR: DBMS type EXCEL2000 not valid for import&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know the reason and how to fix it? Thanks!</description>
      <pubDate>Sat, 30 Oct 2010 12:53:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-Excel-File-to-SAS-9-2/m-p/25785#M5862</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-30T12:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT Excel File to SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-Excel-File-to-SAS-9-2/m-p/25786#M5863</link>
      <description>Suggest searching the SAS support &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; website - here is a SAS usage note that may apply:&lt;BR /&gt;
&lt;BR /&gt;
Usage Note 33228: An error occurs when you use SAS® 9.2 to import or export Microsoft Excel or Access files in the Windows x64 and Windows Vista 64 environments&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/33/228.html" target="_blank"&gt;http://support.sas.com/kb/33/228.html&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
Some additional DOC reference at the SAS Support website, as well:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#a003103761.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/63184/HTML/default/viewer.htm#a003103761.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Recommended Google advanced search argument, this topic / post:&lt;BR /&gt;
&lt;BR /&gt;
sas 9.2 proc import dbms excel2000 site:sas.com</description>
      <pubDate>Sat, 30 Oct 2010 15:04:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-Excel-File-to-SAS-9-2/m-p/25786#M5863</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-10-30T15:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT Excel File to SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-Excel-File-to-SAS-9-2/m-p/25787#M5864</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I am not sure but ...&lt;BR /&gt;
What about this for your program.&lt;BR /&gt;
&lt;BR /&gt;
PROC IMPORT OUT= ds_api&lt;BR /&gt;
DATAFILE= 'C:\RawData - 201001.xls&lt;BR /&gt;
DBMS=EXCEL REPLACE;&lt;BR /&gt;
RANGE="API PACS$"; &lt;BR /&gt;
GETNAMES=YES;&lt;BR /&gt;
MIXED=NO;&lt;BR /&gt;
SCANTEXT=YES;&lt;BR /&gt;
USEDATE=YES;&lt;BR /&gt;
SCANTIME=YES;&lt;BR /&gt;
RUN;</description>
      <pubDate>Mon, 13 Dec 2010 07:20:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-Excel-File-to-SAS-9-2/m-p/25787#M5864</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-13T07:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: PROC IMPORT Excel File to SAS 9.2</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-Excel-File-to-SAS-9-2/m-p/25788#M5865</link>
      <description>Hello Weiz,&lt;BR /&gt;
&lt;BR /&gt;
Try &lt;BR /&gt;
[pre]&lt;BR /&gt;
dbms=XLS replace;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Mon, 13 Dec 2010 18:34:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-IMPORT-Excel-File-to-SAS-9-2/m-p/25788#M5865</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2010-12-13T18:34:20Z</dc:date>
    </item>
  </channel>
</rss>

