<?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: importing excel 2003 spreadsheets into SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/importing-excel-2003-spreadsheets-into-SAS/m-p/25995#M5912</link>
    <description>The presence of the "/" says you are working in Unix.  I don't think that Unix supports PC file imports.</description>
    <pubDate>Fri, 21 May 2010 19:49:15 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2010-05-21T19:49:15Z</dc:date>
    <item>
      <title>importing excel 2003 spreadsheets into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/importing-excel-2003-spreadsheets-into-SAS/m-p/25994#M5911</link>
      <description>Hi,&lt;BR /&gt;
i was trying to import a spreadsheet(excel 2003).but i am getting an error saying DBMS type EXCEL not valid.  &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
libname meds '/dat/sak/MDII/Reects/int/inient';&lt;BR /&gt;
&lt;BR /&gt;
PROC IMPORT OUT= mes.rejan&lt;BR /&gt;
DATAFILE= "/dat/sak/MDII/Reects/int/inient/P.309.inp_01JAN09_31JAN09_0.1.xls"&lt;BR /&gt;
DBMS=excel REPLACE;&lt;BR /&gt;
GETNAMES=YES;&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
Suggest me a way to import multiple spreadsheets into SAS datasets.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Fri, 21 May 2010 19:11:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/importing-excel-2003-spreadsheets-into-SAS/m-p/25994#M5911</guid>
      <dc:creator>4john</dc:creator>
      <dc:date>2010-05-21T19:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel 2003 spreadsheets into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/importing-excel-2003-spreadsheets-into-SAS/m-p/25995#M5912</link>
      <description>The presence of the "/" says you are working in Unix.  I don't think that Unix supports PC file imports.</description>
      <pubDate>Fri, 21 May 2010 19:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/importing-excel-2003-spreadsheets-into-SAS/m-p/25995#M5912</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-05-21T19:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: importing excel 2003 spreadsheets into SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/importing-excel-2003-spreadsheets-into-SAS/m-p/25996#M5913</link>
      <description>SAS/ACCESS to PC FILE FORMATS is available under Unix but you may not have it licenced and/or configured correctly. Run the SETINIT procedure to confirm if it is licensed or not.&lt;BR /&gt;
&lt;BR /&gt;
If not a quick fix may be to save the spreadsheet as a comma or tab delimited file and change your PROC IMPORT code accordingly.</description>
      <pubDate>Mon, 24 May 2010 03:06:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/importing-excel-2003-spreadsheets-into-SAS/m-p/25996#M5913</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2010-05-24T03:06:34Z</dc:date>
    </item>
  </channel>
</rss>

