<?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: Association Analysis - proc rulegen in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Association-Analysis-proc-rulegen/m-p/187342#M2299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ajanie,&lt;/P&gt;&lt;P&gt;What are you trying to do? Score new data using Enterprise Guide?&lt;/P&gt;&lt;P&gt;If that is the case, add a Score node to your flow, run it, and borrow the optimized score code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason you need the sorted by customer is that there is an id statement in your proc dmdb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2014 15:11:25 GMT</pubDate>
    <dc:creator>M_Maldonado</dc:creator>
    <dc:date>2014-12-01T15:11:25Z</dc:date>
    <item>
      <title>Association Analysis - proc rulegen</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Association-Analysis-proc-rulegen/m-p/187339#M2296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to run example code from SAS &lt;CODE&gt;proc rulegen&lt;/CODE&gt; documentation:&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE&gt;proc dmdb batch data=sampsio.assocs out=dmassoc dmdbcat=catassoc; id customer; class product(desc); run; proc assoc data=dmassoc dmdbcat=catassoc out=datassoc(label='Output from Proc Assoc') items=5 support=20; cust customer; target product; run;&amp;nbsp; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;First part works well, but second gives an error:&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;The data= dataset should not be DMDB encoded type&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Does anyone know what the problem is? I use SAS Enterprise Guide 6.100, no EM - is it possible for me to use proc rulegen, proc assoc, etc.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Association-Analysis-proc-rulegen/m-p/187339#M2296</guid>
      <dc:creator>ajanie</dc:creator>
      <dc:date>2014-11-26T11:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Association Analysis - proc rulegen</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Association-Analysis-proc-rulegen/m-p/187340#M2297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you should use sampsio.assocs for the data= option on the PROC ASSOC statement instead of dmassoc.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Wendy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 17:57:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Association-Analysis-proc-rulegen/m-p/187340#M2297</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2014-11-26T17:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Association Analysis - proc rulegen</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Association-Analysis-proc-rulegen/m-p/187341#M2298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you WendyCzika, it helped. However, when using own data (not this from the example) they have to be sorted by customer (and proc dmdb step may be needed in order to create a catassoc catalog). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 00:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Association-Analysis-proc-rulegen/m-p/187341#M2298</guid>
      <dc:creator>ajanie</dc:creator>
      <dc:date>2014-11-28T00:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Association Analysis - proc rulegen</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Association-Analysis-proc-rulegen/m-p/187342#M2299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ajanie,&lt;/P&gt;&lt;P&gt;What are you trying to do? Score new data using Enterprise Guide?&lt;/P&gt;&lt;P&gt;If that is the case, add a Score node to your flow, run it, and borrow the optimized score code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason you need the sorted by customer is that there is an id statement in your proc dmdb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 15:11:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Association-Analysis-proc-rulegen/m-p/187342#M2299</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2014-12-01T15:11:25Z</dc:date>
    </item>
  </channel>
</rss>

