<?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: PROC DMDB before PROC ASSOC in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/PROC-DMDB-before-PROC-ASSOC/m-p/211053#M2985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I moved this discussion to the Data Mining community.&amp;nbsp; PROC DMDB creates a SAS catalog that has metadata about the characteristics of your data, which is required input for other data mining procedures.&amp;nbsp; One of our data mining experts might be able to provide more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 11:45:24 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2015-06-22T11:45:24Z</dc:date>
    <item>
      <title>PROC DMDB before PROC ASSOC</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/PROC-DMDB-before-PROC-ASSOC/m-p/211052#M2984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;dmdb&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; batch data=sampsio.assocs out=dmassoc dmdbcat=catassoc; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; customer; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; product(desc); &lt;/SPAN&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;assoc&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; data=sampsio.assocs dmdbcat=catassoc out=datassoc(label=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;'Output from Proc Assoc'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;) items=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;5&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; support=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;20&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;cust customer; target product; &lt;/SPAN&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;what is the purpose of the first line&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;why can't I just use proc assoc&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 01:34:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/PROC-DMDB-before-PROC-ASSOC/m-p/211052#M2984</guid>
      <dc:creator>karendean</dc:creator>
      <dc:date>2015-06-22T01:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: PROC DMDB before PROC ASSOC</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/PROC-DMDB-before-PROC-ASSOC/m-p/211053#M2985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I moved this discussion to the Data Mining community.&amp;nbsp; PROC DMDB creates a SAS catalog that has metadata about the characteristics of your data, which is required input for other data mining procedures.&amp;nbsp; One of our data mining experts might be able to provide more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 11:45:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/PROC-DMDB-before-PROC-ASSOC/m-p/211053#M2985</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-06-22T11:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC DMDB before PROC ASSOC</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/PROC-DMDB-before-PROC-ASSOC/m-p/406016#M6181</link>
      <description>&lt;P&gt;There are two things to be aware of with the ASSOC procedure (and other non-HP SAS data mining procedures).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; 1 - The procedures are designed to work against data mining data bases, not SAS data sets&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; 2 - The procedures are designed to be used by SAS Enterprise Miner, not directly called in SAS code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The name of the DMDB procedure refers to the &lt;U&gt;D&lt;/U&gt;ata &lt;U&gt;M&lt;/U&gt;ining &lt;U&gt;D&lt;/U&gt;ata &lt;U&gt;B&lt;/U&gt;ase that is produces.&amp;nbsp; Standard SAS procedures are optimized to run against SAS data sets which include the data plus some information about each variable (e.g. type of data -- character or numeric, formats, lengths, etc...).&amp;nbsp; &amp;nbsp;In standard SAS procedures, you always need to specify how each variable is being used in each procedure.&amp;nbsp; &amp;nbsp;SAS Enterprise Miner has a concept called metadata which tells you additional information about the variable.&amp;nbsp; For example, it has more information about each variable's data type (e.g. binary, nominal, ordinal, nominal, text, freq, etc...)&amp;nbsp; and each variable's role (ID, Input, Target, Segment, etc...).&amp;nbsp; &amp;nbsp;A Data Mining Data Base is simply a SAS data set with an associated catalog which contains this additional information.&amp;nbsp; The benefit of the DMDB is that the software allows you to define how a variable should be used and then it carries that information through each node/proc so that you don't need to specify it each time.&amp;nbsp; You can also change the metadata which updates the DMDB between processes.&amp;nbsp; &amp;nbsp;However, you cannot run a standard SAS data set into a non-HP data mining procedure running in SAS Enterprise Miner.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Doug&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2017 16:02:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/PROC-DMDB-before-PROC-ASSOC/m-p/406016#M6181</guid>
      <dc:creator>DougWielenga</dc:creator>
      <dc:date>2017-10-20T16:02:59Z</dc:date>
    </item>
  </channel>
</rss>

