<?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: SAS EM 6.2 Export Training Data in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-EM-6-2-Export-Training-Data/m-p/140960#M1366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a SAS code to write the results of the Cluster node to a directory as a SAS table with a data step, just like in SAS. Connect a SAS code node to the right side of the cluster node. In the SAS Code node use code like that below to save the SAS Code node's imported data to an external directory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let EXPORT_DIR_NAME= C:\temp; /* An existing directory that you have access to */&lt;/P&gt;&lt;P&gt;%let EXPORT_TABLE_NAME= exported_table; /* Whatever name you want */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname export "&amp;amp;EXPORT_DIR_NAME";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data export.&amp;amp;EXPORT_TABLE_NAME.;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set &amp;amp;EM_IMPORT_DATA;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 May 2014 20:03:31 GMT</pubDate>
    <dc:creator>PatrickHall</dc:creator>
    <dc:date>2014-05-01T20:03:31Z</dc:date>
    <item>
      <title>SAS EM 6.2 Export Training Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-EM-6-2-Export-Training-Data/m-p/140959#M1365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using SAS EM 6.2 and am trying to export my training data to SAS after performing a variable cluster node. I know in the later versions there is a Save Data node that would perform this function, is there a similar function for 6.2? Any help is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 18:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-EM-6-2-Export-Training-Data/m-p/140959#M1365</guid>
      <dc:creator>rt22</dc:creator>
      <dc:date>2014-05-01T18:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EM 6.2 Export Training Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-EM-6-2-Export-Training-Data/m-p/140960#M1366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a SAS code to write the results of the Cluster node to a directory as a SAS table with a data step, just like in SAS. Connect a SAS code node to the right side of the cluster node. In the SAS Code node use code like that below to save the SAS Code node's imported data to an external directory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let EXPORT_DIR_NAME= C:\temp; /* An existing directory that you have access to */&lt;/P&gt;&lt;P&gt;%let EXPORT_TABLE_NAME= exported_table; /* Whatever name you want */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname export "&amp;amp;EXPORT_DIR_NAME";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data export.&amp;amp;EXPORT_TABLE_NAME.;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set &amp;amp;EM_IMPORT_DATA;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 20:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-EM-6-2-Export-Training-Data/m-p/140960#M1366</guid>
      <dc:creator>PatrickHall</dc:creator>
      <dc:date>2014-05-01T20:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EM 6.2 Export Training Data</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-EM-6-2-Export-Training-Data/m-p/140961#M1367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much, that worked perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 20:38:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-EM-6-2-Export-Training-Data/m-p/140961#M1367</guid>
      <dc:creator>rt22</dc:creator>
      <dc:date>2014-05-01T20:38:10Z</dc:date>
    </item>
  </channel>
</rss>

