<?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 Miner: Export Leaf Table (without manually saving) from a node? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/250313#M3702</link>
    <description>&lt;P&gt;I received an email asking if I have a solution. I still do not.&amp;nbsp;I am trying many options including the ones I highlighted in my previous post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Feb 2016 13:26:26 GMT</pubDate>
    <dc:creator>wave43</dc:creator>
    <dc:date>2016-02-16T13:26:26Z</dc:date>
    <item>
      <title>SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249288#M3683</link>
      <description>&lt;P&gt;I have a large project in which I generated 400+ decision trees. I need to export the &lt;U&gt;&lt;STRONG&gt;SAS Node Leaf&amp;nbsp; dataset&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;automatically from a node. I do not want to have to click "Save as" 400+ times.&amp;nbsp; Is there a way I can export it as part of the model? Placing the control point at the end of the&amp;nbsp;all the paths&amp;nbsp;has been a great tool to generate all the trees "at once".&amp;nbsp; Can I insert a node to export the leaf datasets before the control point?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, is there a way to do this with the output which contain the fit statistics?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 19:28:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249288#M3683</guid>
      <dc:creator>wave43</dc:creator>
      <dc:date>2016-02-10T19:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249463#M3684</link>
      <description>&lt;P&gt;The EM Decision Tree node saves the tree model in a data set that PROC ARBOR understands.&amp;nbsp; PROC ARBOR can output information about all the nodes in the tree.&amp;nbsp; It has no output just for the leaves.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In an EM code node,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC ARBOR INMODEL= &lt;FONT color="#000000"&gt;&lt;SPAN style="font: 14.66px/normal Calibri, sans-serif; color: rgb(31, 73, 125); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;"&gt;&amp;amp;em_lib..tree&lt;/SPAN&gt;&lt;I&gt;Z&lt;/I&gt;&lt;/FONT&gt;&lt;SPAN style="font: 14.66px/normal Calibri, sans-serif; color: rgb(31, 73, 125); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;"&gt;&lt;FONT color="#000000"&gt;_emtree&lt;/FONT&gt;;&lt;/SPAN&gt;&lt;BR /&gt;MACRO NLEAVES=nleaves;&lt;BR /&gt;SAVE SEQUENCE=sequence NODESTATS=nodes&amp;nbsp; STATSBYNODE=statsbynode;&lt;BR /&gt;QUIT;&lt;/P&gt;
&lt;P&gt;inputs the tree &lt;FONT color="#000000"&gt;&lt;SPAN style="font: 14.66px/normal Calibri, sans-serif; color: rgb(31, 73, 125); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;"&gt;&amp;amp;em_lib..tree&lt;/SPAN&gt;&lt;I&gt;Z&lt;/I&gt;&lt;SPAN style="font: 14.66px/normal Calibri, sans-serif; color: rgb(31, 73, 125); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;"&gt;_emtree, &lt;FONT color="#000000"&gt;where Tree&lt;/FONT&gt;&lt;/SPAN&gt;&lt;I&gt;Z&lt;/I&gt;&lt;SPAN style="font: 14.66px/normal Calibri, sans-serif; color: rgb(31, 73, 125); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#000000"&gt;is the node ID for the Decision Tree node&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;, and outputs&lt;BR /&gt;a macro variable, NLEAVES, equal to the number of leaves in the tree, and three data sets:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sequence:&amp;nbsp;each row has&amp;nbsp;fit statistics for a subtree with a&amp;nbsp;specific number of leaves,&lt;BR /&gt;nodes:&amp;nbsp;each row contains statistics&amp;nbsp;for a node (including leaves)&amp;nbsp;in the current subtree (with &amp;amp;NLEAVES leaves)&lt;BR /&gt;statsbynode: node statistics re-arranged to allow for more statistics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I am not 100% sure about the macro name, &lt;FONT color="#000000"&gt;&lt;SPAN style="font: 14.66px/normal Calibri, sans-serif; color: rgb(31, 73, 125); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;"&gt;&amp;amp;em_lib..tree&lt;/SPAN&gt;&lt;I&gt;Z&lt;/I&gt;&lt;SPAN style="font: 14.66px/normal Calibri, sans-serif; color: rgb(31, 73, 125); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;"&gt;_emtree.)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font: 14.66px/normal Calibri, sans-serif; color: rgb(31, 73, 125); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;"&gt;&lt;FONT color="#000000"&gt;Is&amp;nbsp;this what you need to know?&amp;nbsp;&lt;/FONT&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN style="font: 14.66px/normal Calibri, sans-serif; color: rgb(31, 73, 125); text-transform: none; text-indent: 0px; letter-spacing: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; widows: 1; font-size-adjust: none; font-stretch: normal; background-color: rgb(255, 255, 255); -webkit-text-stroke-width: 0px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 16:02:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249463#M3684</guid>
      <dc:creator>PadraicGNeville</dc:creator>
      <dc:date>2016-02-11T16:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249505#M3685</link>
      <description>&lt;P&gt;This is exactly what I need!&amp;nbsp; However, when I run the below code in the SAS code node, I am not seeing the three data sets you mentioned. I only see the file names below. Any thoughts? Thanks.&lt;/P&gt;
&lt;P&gt;.&lt;IMG title="File Names.png" alt="File Names.png" src="https://communities.sas.com/t5/image/serverpage/image-id/1850i7DFD10128C298C35/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 18:14:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249505#M3685</guid>
      <dc:creator>wave43</dc:creator>
      <dc:date>2016-02-11T18:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249514#M3686</link>
      <description>&lt;P&gt;I would first look at the log.&amp;nbsp; I do not know&amp;nbsp;enough about the&amp;nbsp;EM interface to find the log.&amp;nbsp; If no one else responds, try contacting tech support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 18:56:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249514#M3686</guid>
      <dc:creator>PadraicGNeville</dc:creator>
      <dc:date>2016-02-11T18:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249517#M3687</link>
      <description>&lt;P&gt;The logs have an error when looking for the EMTREE data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe I don't understand your notation for "TREEZ", but I tried substituting the node id (Tree38) for Z&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: File WORK.EMWS15TREE38_EMTREE.DATA does not exist&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and when I leave in TREEZ&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: File WORK.EMWS15TREEZ_EMTREE.DATA does not exist&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either way, I don't see any *EMTREE* data in my directories.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 19:25:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249517#M3687</guid>
      <dc:creator>wave43</dc:creator>
      <dc:date>2016-02-11T19:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249522#M3688</link>
      <description>&lt;P&gt;You're helping me more than I am helping you now.&amp;nbsp;&amp;nbsp; The EM macro, directory, and file names&amp;nbsp;are a mystery to me.&amp;nbsp; I'm sorry I can't help more.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 19:39:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249522#M3688</guid>
      <dc:creator>PadraicGNeville</dc:creator>
      <dc:date>2016-02-11T19:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249760#M3689</link>
      <description>&lt;P&gt;Make sure you use &lt;STRONG&gt;2&lt;/STRONG&gt;&amp;nbsp;periods&amp;nbsp;before tree38:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;inmodel=&amp;amp;em_lib&lt;STRONG&gt;..&lt;/STRONG&gt;tree38_emtree&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 17:18:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249760#M3689</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2016-02-12T17:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249784#M3690</link>
      <description>&lt;P&gt;Yes, that was my issue! However, &amp;nbsp;I still don't see the files for "node", "sequence", or "nodes" my EM_LIB directory.&amp;nbsp;That should be the names of the datasets. Correct?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:34:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249784#M3690</guid>
      <dc:creator>wave43</dc:creator>
      <dc:date>2016-02-12T18:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249788#M3691</link>
      <description>&lt;P&gt;The log should report the name of the dataset and the number of obsevations shortly after it reports the PROC ARBOR and SAVE statement.&amp;nbsp; Remember to replace "sequence" by a libname.memname of your choice.&amp;nbsp; For example, EM_LIB.Sequence.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249788#M3691</guid>
      <dc:creator>PadraicGNeville</dc:creator>
      <dc:date>2016-02-12T18:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249797#M3692</link>
      <description>&lt;P&gt;Thanks. I tried "&amp;amp;em_lib..", "&amp;amp;em_lib.", and "em_lib." as repressented by the below in bold:&lt;/P&gt;
&lt;P&gt;PROC ARBOR INMODEL= &lt;STRONG&gt;&amp;amp;em_lib..&lt;/STRONG&gt;Tree38_emtree;&lt;/P&gt;
&lt;P&gt;MACRO NLEAVES= &lt;STRONG&gt;&amp;amp;em_lib..&lt;/STRONG&gt;nleaves;&lt;/P&gt;
&lt;P&gt;SAVE SEQUENCE= &lt;STRONG&gt;&amp;amp;em_lib..&lt;/STRONG&gt;sequence NODESTATS= &lt;STRONG&gt;&amp;amp;em_lib..&lt;/STRONG&gt;nodes&amp;nbsp; STATSBYNODE= &lt;STRONG&gt;&amp;amp;em_lib..&lt;/STRONG&gt;statsbynode;&lt;/P&gt;
&lt;P&gt;QUIT;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the log says (and no location):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;14896&amp;nbsp; %let syscc = 0;&lt;/P&gt;
&lt;P&gt;14897&amp;nbsp; %inc "/xxxx/Projects/xxxx Data Mining 2015/Predictive Models/Workspaces/EMWS15/EMCODE/EMTRAINCODE.sas";&lt;/P&gt;
&lt;P&gt;NOTE: %INCLUDE (level 1) file /xxxx/Projects/xxxx Data Mining 2015/Predictive Models/Workspaces/EMWS15/EMCODE/EMTRAINCODE.sas is file /xxxxx/Projects/xxxxx&amp;nbsp;Data Mining 2015/Predictive Models/Workspaces/EMWS15/EMCODE/EMTRAINCODE.sas.&lt;/P&gt;
&lt;P&gt;14898 +PROC ARBOR INMODEL= &amp;amp;em_lib..Tree38_emtree;&lt;/P&gt;
&lt;P&gt;NOTE: 1654978 kilobytes of physical memory.&lt;/P&gt;
&lt;P&gt;NOTE: The subtree sequence contains 5 subtrees. The largest has 9 nodes and 5 leaves.&lt;/P&gt;
&lt;P&gt;14899 +MACRO NLEAVES= &amp;amp;em_lib..nleaves;&lt;/P&gt;
&lt;P&gt;14900 +SAVE SEQUENCE= &amp;amp;em_lib..sequence NODESTATS= &amp;amp;em_lib..nodes&amp;nbsp; STATSBYNODE= &amp;amp;em_lib..statsbynode;&lt;/P&gt;
&lt;P&gt;14901 +QUIT;&lt;/P&gt;
&lt;P&gt;NOTE: %INCLUDE (level 1) ending.&lt;/P&gt;
&lt;P&gt;14902&amp;nbsp; *------------------------------------------------------------*;&lt;/P&gt;
&lt;P&gt;14903&amp;nbsp; * Close any missing semi colons;&lt;/P&gt;
&lt;P&gt;14904&amp;nbsp; *------------------------------------------------------------*;&lt;/P&gt;
&lt;P&gt;14905&amp;nbsp; ;&lt;/P&gt;
&lt;P&gt;14906&amp;nbsp; ;&lt;/P&gt;
&lt;P&gt;14907&amp;nbsp; ;&lt;/P&gt;
&lt;P&gt;14908&amp;nbsp; ;&lt;/P&gt;
&lt;P&gt;14909&amp;nbsp; quit;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 19:39:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/249797#M3692</guid>
      <dc:creator>wave43</dc:creator>
      <dc:date>2016-02-12T19:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/250313#M3702</link>
      <description>&lt;P&gt;I received an email asking if I have a solution. I still do not.&amp;nbsp;I am trying many options including the ones I highlighted in my previous post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 13:26:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/250313#M3702</guid>
      <dc:creator>wave43</dc:creator>
      <dc:date>2016-02-16T13:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/250328#M3703</link>
      <description>&lt;P&gt;I believe the correct names of the data sets are actually Tree&lt;EM&gt;Z&lt;/EM&gt;_outseq, Tree&lt;EM&gt;Z&lt;/EM&gt;_outnodes, and Tree&lt;EM&gt;Z&lt;/EM&gt;_outstats (assuming that is what corresponds to statsbynode). &amp;nbsp;You can see all the data sets from the Decision Tree node by opening the Explorer window inside EM, click the checkbox for Show Project Data, then navigate to your workspace folder (Emws15 e.g.). &amp;nbsp;All the data sets with the Tree&lt;EM&gt;Z&amp;nbsp;&lt;/EM&gt;prefix are the ones created by the Decision Tree node.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 14:23:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/250328#M3703</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2016-02-16T14:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner: Export Leaf Table (without manually saving) from a node?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/250350#M3704</link>
      <description>&lt;P&gt;Thank you!! Exactly what I was looking for. I can't believe how hard I made this.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 15:23:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-Export-Leaf-Table-without-manually-saving-from-a-node/m-p/250350#M3704</guid>
      <dc:creator>wave43</dc:creator>
      <dc:date>2016-02-16T15:23:00Z</dc:date>
    </item>
  </channel>
</rss>

