<?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: Dynamic dataset name as result of Extension Node in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Dynamic-dataset-name-as-result-of-Extension-Node/m-p/304857#M4528</link>
    <description>&lt;P&gt;Hello Wendy Czika.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that's it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My final code block, now, it's like this:&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;DATA final_client_dataset;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MERGE client_dataset_1 client_dataset_2 client_dataset_3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BY client_id;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you say is to put another code block, something like this and the incoming node (for example a Metadata Node) will automatically use it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;DATA &amp;amp;EM_EXPORT_TRAIN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SET final_client_data_set;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much! I'll try it next Monday.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Oct 2016 07:08:31 GMT</pubDate>
    <dc:creator>rmlmrmlm</dc:creator>
    <dc:date>2016-10-15T07:08:31Z</dc:date>
    <item>
      <title>Dynamic dataset name as result of Extension Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Dynamic-dataset-name-as-result-of-Extension-Node/m-p/304483#M4514</link>
      <description>&lt;P&gt;I developed an extended node that simply merges N data sets in a final one, this one with a dynamic name, every time the node runs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to connect this Extended Node to another node, a Meta Data node or a Input Data node, using the dynamic name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I reference the data set created with a dynamic name in these next Nodes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I right if i say it should be would a EM_ .... variable? Do I need a SAS Code Node in the middle?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 20:54:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Dynamic-dataset-name-as-result-of-Extension-Node/m-p/304483#M4514</guid>
      <dc:creator>rmlmrmlm</dc:creator>
      <dc:date>2016-10-13T20:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dataset name as result of Extension Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Dynamic-dataset-name-as-result-of-Extension-Node/m-p/304728#M4523</link>
      <description>&lt;P&gt;I think all you want to do is call the data set &amp;amp;EM_EXPORT_TRAIN, then any subsequent nodes (connected to your extension node), will have that data set as the incoming training data set. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 17:09:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Dynamic-dataset-name-as-result-of-Extension-Node/m-p/304728#M4523</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2016-10-14T17:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dataset name as result of Extension Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Dynamic-dataset-name-as-result-of-Extension-Node/m-p/304857#M4528</link>
      <description>&lt;P&gt;Hello Wendy Czika.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that's it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My final code block, now, it's like this:&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;DATA final_client_dataset;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MERGE client_dataset_1 client_dataset_2 client_dataset_3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BY client_id;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you say is to put another code block, something like this and the incoming node (for example a Metadata Node) will automatically use it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;DATA &amp;amp;EM_EXPORT_TRAIN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SET final_client_data_set;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much! I'll try it next Monday.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Oct 2016 07:08:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Dynamic-dataset-name-as-result-of-Extension-Node/m-p/304857#M4528</guid>
      <dc:creator>rmlmrmlm</dc:creator>
      <dc:date>2016-10-15T07:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dataset name as result of Extension Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Dynamic-dataset-name-as-result-of-Extension-Node/m-p/304999#M4541</link>
      <description>&lt;P&gt;Thank you! It works!&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 08:05:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Dynamic-dataset-name-as-result-of-Extension-Node/m-p/304999#M4541</guid>
      <dc:creator>rmlmrmlm</dc:creator>
      <dc:date>2016-10-17T08:05:22Z</dc:date>
    </item>
  </channel>
</rss>

