<?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 PROC HPSPLIT Decision Tree - No Graphs in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-HPSPLIT-Decision-Tree-No-Graphs/m-p/532639#M32972</link>
    <description>&lt;P&gt;I am trying to generate a decision tree by using PROC HPSPLIT on E guide at work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I ran the following code, the only thing generated in results was performance information. execution mode: single mode, number of threads:2. There were no graphs at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I masked the sensitive data and tried this code in SAS ondemand, it worked just fine.)&lt;/P&gt;&lt;P&gt;ODS GRAPHICS ON;&lt;BR /&gt;PROC HPSPLIT data=COMBINE_Data maxdepth=7 maxbranch=2;&lt;BR /&gt;Target FLAG;&lt;BR /&gt;input&lt;BR /&gt;VAR1&lt;BR /&gt;VAR2&lt;BR /&gt;VAR3&lt;BR /&gt;VAR4/level=nom ;&lt;BR /&gt;input&lt;BR /&gt;VAR5&lt;BR /&gt;VAR6&lt;BR /&gt;VAR7/level=int;&lt;/P&gt;&lt;P&gt;criterion entropy;&lt;BR /&gt;prune misc / N &amp;lt;= 6;&lt;BR /&gt;partition fraction(validate=0.5);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A few more things I checked:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Option-&amp;gt;Results General: SAS Report was selected.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;proc setinit;run;&lt;/P&gt;&lt;P&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software 14APR2019&lt;BR /&gt;---SAS/STAT 14APR2019&lt;BR /&gt;---SAS/GRAPH 14APR2019&lt;BR /&gt;---SAS/ETS 14APR2019&lt;BR /&gt;---SAS/Secure 168-bit 14APR2019&lt;BR /&gt;---SAS/Secure Windows 14APR2019&lt;BR /&gt;---SAS Enterprise Guide 14APR2019&lt;BR /&gt;---SAS/ACCESS Interface to OLE DB 14APR2019&lt;BR /&gt;---SAS Workspace Server for Local Access 14APR2019&lt;BR /&gt;---High Performance Suite 14APR2019&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. proc product_status ; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M1&lt;BR /&gt;Image version information: 9.04.01M1P120413&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt;Custom version information: 13.1&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt;2 The SAS System 08:30 Monday, February 4, 2019&lt;/P&gt;&lt;P&gt;Custom version information: 9.4_M1&lt;BR /&gt;For SAS/ETS ...&lt;BR /&gt;Custom version information: 13.1&lt;BR /&gt;For High Performance Suite ...&lt;BR /&gt;Custom version information: 2.2&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please let me know what the issue is?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Feb 2019 17:24:19 GMT</pubDate>
    <dc:creator>yue001</dc:creator>
    <dc:date>2019-02-04T17:24:19Z</dc:date>
    <item>
      <title>PROC HPSPLIT Decision Tree - No Graphs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-HPSPLIT-Decision-Tree-No-Graphs/m-p/532639#M32972</link>
      <description>&lt;P&gt;I am trying to generate a decision tree by using PROC HPSPLIT on E guide at work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I ran the following code, the only thing generated in results was performance information. execution mode: single mode, number of threads:2. There were no graphs at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I masked the sensitive data and tried this code in SAS ondemand, it worked just fine.)&lt;/P&gt;&lt;P&gt;ODS GRAPHICS ON;&lt;BR /&gt;PROC HPSPLIT data=COMBINE_Data maxdepth=7 maxbranch=2;&lt;BR /&gt;Target FLAG;&lt;BR /&gt;input&lt;BR /&gt;VAR1&lt;BR /&gt;VAR2&lt;BR /&gt;VAR3&lt;BR /&gt;VAR4/level=nom ;&lt;BR /&gt;input&lt;BR /&gt;VAR5&lt;BR /&gt;VAR6&lt;BR /&gt;VAR7/level=int;&lt;/P&gt;&lt;P&gt;criterion entropy;&lt;BR /&gt;prune misc / N &amp;lt;= 6;&lt;BR /&gt;partition fraction(validate=0.5);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A few more things I checked:&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Option-&amp;gt;Results General: SAS Report was selected.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;proc setinit;run;&lt;/P&gt;&lt;P&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software 14APR2019&lt;BR /&gt;---SAS/STAT 14APR2019&lt;BR /&gt;---SAS/GRAPH 14APR2019&lt;BR /&gt;---SAS/ETS 14APR2019&lt;BR /&gt;---SAS/Secure 168-bit 14APR2019&lt;BR /&gt;---SAS/Secure Windows 14APR2019&lt;BR /&gt;---SAS Enterprise Guide 14APR2019&lt;BR /&gt;---SAS/ACCESS Interface to OLE DB 14APR2019&lt;BR /&gt;---SAS Workspace Server for Local Access 14APR2019&lt;BR /&gt;---High Performance Suite 14APR2019&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. proc product_status ; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M1&lt;BR /&gt;Image version information: 9.04.01M1P120413&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt;Custom version information: 13.1&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt;2 The SAS System 08:30 Monday, February 4, 2019&lt;/P&gt;&lt;P&gt;Custom version information: 9.4_M1&lt;BR /&gt;For SAS/ETS ...&lt;BR /&gt;Custom version information: 13.1&lt;BR /&gt;For High Performance Suite ...&lt;BR /&gt;Custom version information: 2.2&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please let me know what the issue is?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 17:24:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-HPSPLIT-Decision-Tree-No-Graphs/m-p/532639#M32972</guid>
      <dc:creator>yue001</dc:creator>
      <dc:date>2019-02-04T17:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROC HPSPLIT Decision Tree - No Graphs</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-HPSPLIT-Decision-Tree-No-Graphs/m-p/532778#M32973</link>
      <description>&lt;P&gt;I'm just spitballing here, but I would first remove the&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS GRAPHICS ON;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;statement, and then tweak the EG results settings. I'm wondering if you have a combination that is preventing the output you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See if you can get results from another proc that uses ODS graphics. If they don't come out on both, that's probably your problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Tom&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 22:05:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-HPSPLIT-Decision-Tree-No-Graphs/m-p/532778#M32973</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2019-02-04T22:05:04Z</dc:date>
    </item>
  </channel>
</rss>

