<?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: Code for Importing Excel Files in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-for-Importing-Excel-Files/m-p/24002#M3671</link>
    <description>You might find a code adaptation at &lt;A href="http://support.sas.com/kb/6/976.html" target="_blank"&gt;http://support.sas.com/kb/6/976.html&lt;/A&gt;</description>
    <pubDate>Mon, 27 Apr 2009 20:15:31 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-04-27T20:15:31Z</dc:date>
    <item>
      <title>Code for Importing Excel Files</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-for-Importing-Excel-Files/m-p/24000#M3669</link>
      <description>I typically work in a coding environment in SAS 9.2, but I have a student using  SAS Enterprise Guide. Normally I use the following code to read in an excel file in 9.2 : &lt;BR /&gt;
&lt;BR /&gt;
PROC IMPORT OUT= WORK.SET1 &lt;BR /&gt;
            DATAFILE= "C:\Documents and Settings\wkuuser\Desktop\TEST_EXCEL1.xls"&lt;BR /&gt;
            DBMS=EXCEL REPLACE;&lt;BR /&gt;
     SHEET="Sheet4"; &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;&lt;BR /&gt;
&lt;BR /&gt;
This won't work in the coding environment for Enterprise Guide. Can someone suggest  adjustments I can make to get the code to work?  &lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Mon, 27 Apr 2009 17:43:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-for-Importing-Excel-Files/m-p/24000#M3669</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-27T17:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Code for Importing Excel Files</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-for-Importing-Excel-Files/m-p/24001#M3670</link>
      <description>EGuide has a point-n-click interface to getting the excel file in. click&lt;BR /&gt;
&lt;BR /&gt;
file --&amp;gt; open --&amp;gt; data --&amp;gt; local computer&lt;BR /&gt;
navigate to the excel file and select it, then select the sheet, and decide whether to view the sheet or to convert to a SAS dataset.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Mon, 27 Apr 2009 18:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-for-Importing-Excel-Files/m-p/24001#M3670</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-04-27T18:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Code for Importing Excel Files</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-for-Importing-Excel-Files/m-p/24002#M3671</link>
      <description>You might find a code adaptation at &lt;A href="http://support.sas.com/kb/6/976.html" target="_blank"&gt;http://support.sas.com/kb/6/976.html&lt;/A&gt;</description>
      <pubDate>Mon, 27 Apr 2009 20:15:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-for-Importing-Excel-Files/m-p/24002#M3671</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-27T20:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Code for Importing Excel Files</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-for-Importing-Excel-Files/m-p/24003#M3672</link>
      <description>Thanks. I'll see if I can use this to tweak my code.</description>
      <pubDate>Mon, 27 Apr 2009 21:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-for-Importing-Excel-Files/m-p/24003#M3672</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-27T21:07:03Z</dc:date>
    </item>
  </channel>
</rss>

