<?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: copy the sas data set to excel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/copy-the-sas-data-set-to-excel/m-p/57009#M12235</link>
    <description>Take a look at the following SAS note:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/40/613.html" target="_blank"&gt;http://support.sas.com/kb/40/613.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
Art</description>
    <pubDate>Tue, 26 Apr 2011 16:53:43 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2011-04-26T16:53:43Z</dc:date>
    <item>
      <title>copy the sas data set to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/copy-the-sas-data-set-to-excel/m-p/57008#M12234</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
   The below code was working in SAS9.1 version. Today morning,i got SAS9.2, when i ran the same code, it give the below error.&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Connect: Unable to IDBInitialize&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;BR /&gt;
ERROR: Libname MYEXCEL is not assigned.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
libname myExcel "C:\folder1\t1.xls";&lt;BR /&gt;
&lt;BR /&gt;
proc copy in=work out=myExcel;&lt;BR /&gt;
     select data1 data2;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
libname myExcel clear;&lt;BR /&gt;
&lt;BR /&gt;
   can anyone help on this? The code is working in olderversion but not in 9.2.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,</description>
      <pubDate>Tue, 26 Apr 2011 16:18:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/copy-the-sas-data-set-to-excel/m-p/57008#M12234</guid>
      <dc:creator>DPraba79</dc:creator>
      <dc:date>2011-04-26T16:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: copy the sas data set to excel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/copy-the-sas-data-set-to-excel/m-p/57009#M12235</link>
      <description>Take a look at the following SAS note:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/40/613.html" target="_blank"&gt;http://support.sas.com/kb/40/613.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
HTH,&lt;BR /&gt;
Art</description>
      <pubDate>Tue, 26 Apr 2011 16:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/copy-the-sas-data-set-to-excel/m-p/57009#M12235</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-04-26T16:53:43Z</dc:date>
    </item>
  </channel>
</rss>

