<?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: Coding in SAS EG 4.1 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Coding-in-SAS-EG-4-1/m-p/51314#M5534</link>
    <description>You could find a solution at&lt;BR /&gt;
&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>Thu, 02 Oct 2008 19:31:49 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-10-02T19:31:49Z</dc:date>
    <item>
      <title>Coding in SAS EG 4.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Coding-in-SAS-EG-4-1/m-p/51313#M5533</link>
      <description>I have had some success in importing .csv file (AUG 5) in SAS using this code&lt;BR /&gt;
&lt;BR /&gt;
proc import datafile="D:\Data\Desktop\AUG 5.csv"&lt;BR /&gt;
out=mydata&lt;BR /&gt;
dbms=dlm&lt;BR /&gt;
replace;&lt;BR /&gt;
run;&lt;BR /&gt;
proc print data=mydata;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I'm not having any success when I convert the same file AUG 5 in Excel format (AUG 5.xls) and try to import it. &lt;BR /&gt;
&lt;BR /&gt;
proc import datafile="D:\Data\Desktop\AUG 5.xls"&lt;BR /&gt;
out=mydata&lt;BR /&gt;
dbms=dlm&lt;BR /&gt;
replace;&lt;BR /&gt;
run;&lt;BR /&gt;
proc print data=mydata;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I keep getting an error msg 'File WORK.MYDATA.DATA does not exist !&lt;BR /&gt;
Is my coding wrong, Please help with the correct code for excel.&lt;BR /&gt;
Jay</description>
      <pubDate>Thu, 02 Oct 2008 18:28:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Coding-in-SAS-EG-4-1/m-p/51313#M5533</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-02T18:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Coding in SAS EG 4.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Coding-in-SAS-EG-4-1/m-p/51314#M5534</link>
      <description>You could find a solution at&lt;BR /&gt;
&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>Thu, 02 Oct 2008 19:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Coding-in-SAS-EG-4-1/m-p/51314#M5534</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-02T19:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Coding in SAS EG 4.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Coding-in-SAS-EG-4-1/m-p/51315#M5535</link>
      <description>Or here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/10/818.html" target="_blank"&gt;http://support.sas.com/kb/10/818.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/6/024.html" target="_blank"&gt;http://support.sas.com/kb/6/024.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/5/704.html" target="_blank"&gt;http://support.sas.com/kb/5/704.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Fri, 03 Oct 2008 07:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Coding-in-SAS-EG-4-1/m-p/51315#M5535</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-10-03T07:15:13Z</dc:date>
    </item>
  </channel>
</rss>

