<?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: Analysis on KNN with partitioned data in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Analysis-on-KNN-with-partitioned-data/m-p/781769#M273</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this Enterprise Miner?&lt;/P&gt;
&lt;P&gt;Is it the File Import node that keeps running or the subsequent Code Node?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think there's nothing wrong with your code (although the code as you have copy/pasted it is not having spaces where you need spaces; you need at least one space in front of &amp;amp;)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA &amp;amp;EM_EXPORT_TRAIN &amp;amp;EM_EXPORT_VALIDATE;
 SET &amp;amp;EM_IMPORT_DATA;
 IF      Validation=1 then output &amp;amp;EM_EXPORT_VALIDATE;
 else if Validation=0 then output &amp;amp;EM_EXPORT_TRAIN;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Mon, 22 Nov 2021 19:50:00 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2021-11-22T19:50:00Z</dc:date>
    <item>
      <title>Analysis on KNN with partitioned data</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Analysis-on-KNN-with-partitioned-data/m-p/781738#M271</link>
      <description>&lt;P&gt;I am given an assignment on KNN with partitioned data; the instructor requests we join SAS code node to file import, and an external code below. Unfortunately the code runs endlessly each time I create a project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;DATA&amp;amp;EM_EXPORT_TRAIN &amp;amp;EM_EXPORT_VALIDATE; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;SET&amp;amp;EM_IMPORT_DATA; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;IF Validation=1 Then output&amp;amp;EM_EXPORT_VALIDATE; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;else if Validation=0 Then output&amp;amp;EM_EXPORT_TRAIN; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Run; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 15:26:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Analysis-on-KNN-with-partitioned-data/m-p/781738#M271</guid>
      <dc:creator>smj1</dc:creator>
      <dc:date>2021-11-22T15:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Analysis on KNN with partitioned data</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Analysis-on-KNN-with-partitioned-data/m-p/781769#M273</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this Enterprise Miner?&lt;/P&gt;
&lt;P&gt;Is it the File Import node that keeps running or the subsequent Code Node?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think there's nothing wrong with your code (although the code as you have copy/pasted it is not having spaces where you need spaces; you need at least one space in front of &amp;amp;)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA &amp;amp;EM_EXPORT_TRAIN &amp;amp;EM_EXPORT_VALIDATE;
 SET &amp;amp;EM_IMPORT_DATA;
 IF      Validation=1 then output &amp;amp;EM_EXPORT_VALIDATE;
 else if Validation=0 then output &amp;amp;EM_EXPORT_TRAIN;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 19:50:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Analysis-on-KNN-with-partitioned-data/m-p/781769#M273</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-22T19:50:00Z</dc:date>
    </item>
  </channel>
</rss>

