<?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 Output SAS Miner data to Excel. in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Output-SAS-Miner-data-to-Excel/m-p/113017#M950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I output the 'exported' data from SAS miner into Excel or a *csv format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2013 23:21:41 GMT</pubDate>
    <dc:creator>zd</dc:creator>
    <dc:date>2013-02-18T23:21:41Z</dc:date>
    <item>
      <title>Output SAS Miner data to Excel.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Output-SAS-Miner-data-to-Excel/m-p/113017#M950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I output the 'exported' data from SAS miner into Excel or a *csv format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 23:21:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Output-SAS-Miner-data-to-Excel/m-p/113017#M950</guid>
      <dc:creator>zd</dc:creator>
      <dc:date>2013-02-18T23:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Output SAS Miner data to Excel.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Output-SAS-Miner-data-to-Excel/m-p/113018#M951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about you add a Code node after the node where your dataset is created and then use this code in the code node:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC EXPORT DATA= &amp;amp;EM_IMPORT_DATA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTFILE= "&lt;A href="https://communities.sas.com/"&gt;your_export_location\test.xls&lt;/A&gt;" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=EXCELCS REPLACE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHEET="test"; &lt;/P&gt;&lt;P&gt;RUN; quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that the exported dataset you want to save becomes the import dataset in the code node. Play with the DBMS to make it work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 19:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Output-SAS-Miner-data-to-Excel/m-p/113018#M951</guid>
      <dc:creator>adjgiulio</dc:creator>
      <dc:date>2013-02-21T19:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Output SAS Miner data to Excel.</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Output-SAS-Miner-data-to-Excel/m-p/398168#M6064</link>
      <description>&lt;P&gt;You can also use the Save Data node available from the Utility tab. &amp;nbsp;It provides you the option of saving data to Excel Spreadsheet (.XLSX format) by choosing that option for File Format in the Output Format section of the property sheet. &amp;nbsp;When you choose the Excel Spreadsheet option, you can also specify&amp;nbsp;the directory where you want the file to be placed in the Directory property in the same property section. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Doug&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 16:26:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Output-SAS-Miner-data-to-Excel/m-p/398168#M6064</guid>
      <dc:creator>DougWielenga</dc:creator>
      <dc:date>2017-09-22T16:26:41Z</dc:date>
    </item>
  </channel>
</rss>

