<?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: Error; Proc Dtree not found in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487598#M287296</link>
    <description>I use the university edition.&lt;BR /&gt;Is that the cause of the error</description>
    <pubDate>Thu, 16 Aug 2018 22:43:06 GMT</pubDate>
    <dc:creator>tojojosh</dc:creator>
    <dc:date>2018-08-16T22:43:06Z</dc:date>
    <item>
      <title>Error; Proc Dtree not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487594#M287294</link>
      <description>&lt;P&gt;Please I keep getting this error :&lt;/P&gt;&lt;PRE class="sasLog"&gt;ERROR: Procedure DTREE not found.&lt;BR /&gt;&lt;BR /&gt;Please see my code below : &lt;BR /&gt;&lt;BR /&gt;title 'Loan Grant Decision';&lt;BR /&gt;&lt;BR /&gt;Proc dtree &lt;BR /&gt;Stagein=Stage6 Probin=Prob6 Payoffs=Payoff6&lt;BR /&gt;Summary target=investigation nowarning;&lt;BR /&gt;Modify 'Order Investigation' reward -500;&lt;BR /&gt;Evaluate;&lt;BR /&gt;Options linesize=85;&lt;BR /&gt;Summary/target=Application;&lt;BR /&gt;Options linesize=80;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Aug 2018 22:26:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487594#M287294</guid>
      <dc:creator>tojojosh</dc:creator>
      <dc:date>2018-08-16T22:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error; Proc Dtree not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487597#M287295</link>
      <description>&lt;P&gt;What type of SAS installation do you have?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DTREE is part of SAS OR so you may not have a license for SAS\OR.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check&amp;nbsp;what's licensed with:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;versus what's installed:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Aug 2018 22:40:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487597#M287295</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-16T22:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error; Proc Dtree not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487598#M287296</link>
      <description>I use the university edition.&lt;BR /&gt;Is that the cause of the error</description>
      <pubDate>Thu, 16 Aug 2018 22:43:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487598#M287296</guid>
      <dc:creator>tojojosh</dc:creator>
      <dc:date>2018-08-16T22:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error; Proc Dtree not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487599#M287297</link>
      <description>&lt;P&gt;Yes, SAS/OR is not part of SAS UE. What are you trying to achieve, perhaps there's another option?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC CLUSTER/DISCRIM &amp;amp; PROC TREE?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 22:56:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487599#M287297</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-16T22:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error; Proc Dtree not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487601#M287298</link>
      <description>Im just trying to do a decison tree analysis on if a loan officer should issue out a student loan of 30000 at 15% interest rate</description>
      <pubDate>Thu, 16 Aug 2018 23:05:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487601#M287298</guid>
      <dc:creator>tojojosh</dc:creator>
      <dc:date>2018-08-16T23:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error; Proc Dtree not found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487626#M287299</link>
      <description>&lt;P&gt;Ah, well, a good option for that would be Logistic Regression instead.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 03:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-Proc-Dtree-not-found/m-p/487626#M287299</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-08-17T03:19:26Z</dc:date>
    </item>
  </channel>
</rss>

