<?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: How to read Excel to SAS without DDE  or SAS /Access Interface to PC files in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-Excel-to-SAS-without-DDE-or-SAS-Access-Interface-to/m-p/70248#M15208</link>
    <description>Have to agree with SASKiwi - save your Excel spreadsheet as a delimited file (we prefer tab delimited, but obviously it will depend on the contents of your data as to what delimiter you choose).  This is one example of when knowing what's available as a component of SAS but not having that feature makes one covetous &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Fri, 27 May 2011 13:34:17 GMT</pubDate>
    <dc:creator>stateworker</dc:creator>
    <dc:date>2011-05-27T13:34:17Z</dc:date>
    <item>
      <title>How to read Excel to SAS without DDE  or SAS /Access Interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-Excel-to-SAS-without-DDE-or-SAS-Access-Interface-to/m-p/70245#M15205</link>
      <description>I use Enterprise Guide 4.1. I want to read Exel to SAS. But  I don't have DDE and SAS Access for Pc files.&lt;BR /&gt;
So I cann't use PROC IMPORT or PROC ACCESS.  Anyone know how to use INFILE statement to read?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.&lt;BR /&gt;
&lt;BR /&gt;
Qli</description>
      <pubDate>Thu, 26 May 2011 20:28:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-Excel-to-SAS-without-DDE-or-SAS-Access-Interface-to/m-p/70245#M15205</guid>
      <dc:creator>QLi</dc:creator>
      <dc:date>2011-05-26T20:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to read Excel to SAS without DDE  or SAS /Access Interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-Excel-to-SAS-without-DDE-or-SAS-Access-Interface-to/m-p/70246#M15206</link>
      <description>Hi:&lt;BR /&gt;
This blog has some useful information about EG and importing Excel files:&lt;BR /&gt;
&lt;A href="http://blogs.sas.com/sasdummy/index.php?/archives/258-Behind-the-scenes-importing-Excel-files-using-SAS-Enterprise-Guide.html" target="_blank"&gt;http://blogs.sas.com/sasdummy/index.php?/archives/258-Behind-the-scenes-importing-Excel-files-using-SAS-Enterprise-Guide.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
You also might find more help if you posted this question in the SAS Enterprise Guide forum:&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/forum.jspa?forumID=10" target="_blank"&gt;http://support.sas.com/forums/forum.jspa?forumID=10&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 26 May 2011 22:09:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-Excel-to-SAS-without-DDE-or-SAS-Access-Interface-to/m-p/70246#M15206</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-05-26T22:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to read Excel to SAS without DDE  or SAS /Access Interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-Excel-to-SAS-without-DDE-or-SAS-Access-Interface-to/m-p/70247#M15207</link>
      <description>You can't read native Excel spreadsheets with INFILE. However if you save your Excel spreadsheets as a delimited file, for example CSV (comma delimited) you can then PROC IMPORT these files using DBMS = CSV or DLM, or an INFILE using the DLM option.</description>
      <pubDate>Thu, 26 May 2011 22:12:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-Excel-to-SAS-without-DDE-or-SAS-Access-Interface-to/m-p/70247#M15207</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2011-05-26T22:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to read Excel to SAS without DDE  or SAS /Access Interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-Excel-to-SAS-without-DDE-or-SAS-Access-Interface-to/m-p/70248#M15208</link>
      <description>Have to agree with SASKiwi - save your Excel spreadsheet as a delimited file (we prefer tab delimited, but obviously it will depend on the contents of your data as to what delimiter you choose).  This is one example of when knowing what's available as a component of SAS but not having that feature makes one covetous &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 27 May 2011 13:34:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-Excel-to-SAS-without-DDE-or-SAS-Access-Interface-to/m-p/70248#M15208</guid>
      <dc:creator>stateworker</dc:creator>
      <dc:date>2011-05-27T13:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to read Excel to SAS without DDE  or SAS /Access Interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-Excel-to-SAS-without-DDE-or-SAS-Access-Interface-to/m-p/70249#M15209</link>
      <description>Thanks all,&lt;BR /&gt;
&lt;BR /&gt;
 I worked it out.  Since DBMS type EXCEL not valid for import for Enterprise Guide, after changed to CSV file and worked well.</description>
      <pubDate>Fri, 27 May 2011 15:21:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-Excel-to-SAS-without-DDE-or-SAS-Access-Interface-to/m-p/70249#M15209</guid>
      <dc:creator>QLi</dc:creator>
      <dc:date>2011-05-27T15:21:14Z</dc:date>
    </item>
  </channel>
</rss>

