<?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 COMPARE - electronically analyze the output dataset? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-electronically-analyze-the-output-dataset/m-p/132197#M35934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="share-summary-title"&gt;&lt;SPAN class="title"&gt;Hello all &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;I am curious if anyone has tried to electronically analyze an output dataset created using PROC COMPARE. I am trying to only pull out observations with certain characteristics.&lt;SPAN class="description" id="yui-gen10"&gt;Visually, I can see the output but I need to be able to access the dataset via a datastep and pull out the observations with a &lt;STRONG&gt;lm_comp_dt&lt;/STRONG&gt; of &lt;STRONG&gt;.&lt;/STRONG&gt; (missing) or where the &lt;SPAN style="text-decoration: underline;"&gt;value is not E&lt;/SPAN&gt;. Unfortunately, it still acts like a datetime stamp which the initial data is. I've attached a screen print. Thoughts? Thanks in advance! -K&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10600i704468E24DD81066/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="proc compare snapshot.JPG" title="proc compare snapshot.JPG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 22:24:22 GMT</pubDate>
    <dc:creator>KLR65</dc:creator>
    <dc:date>2013-05-07T22:24:22Z</dc:date>
    <item>
      <title>PROC COMPARE - electronically analyze the output dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-electronically-analyze-the-output-dataset/m-p/132197#M35934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="share-summary-title"&gt;&lt;SPAN class="title"&gt;Hello all &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;I am curious if anyone has tried to electronically analyze an output dataset created using PROC COMPARE. I am trying to only pull out observations with certain characteristics.&lt;SPAN class="description" id="yui-gen10"&gt;Visually, I can see the output but I need to be able to access the dataset via a datastep and pull out the observations with a &lt;STRONG&gt;lm_comp_dt&lt;/STRONG&gt; of &lt;STRONG&gt;.&lt;/STRONG&gt; (missing) or where the &lt;SPAN style="text-decoration: underline;"&gt;value is not E&lt;/SPAN&gt;. Unfortunately, it still acts like a datetime stamp which the initial data is. I've attached a screen print. Thoughts? Thanks in advance! -K&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10600i704468E24DD81066/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="proc compare snapshot.JPG" title="proc compare snapshot.JPG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 22:24:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-electronically-analyze-the-output-dataset/m-p/132197#M35934</guid>
      <dc:creator>KLR65</dc:creator>
      <dc:date>2013-05-07T22:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE - electronically analyze the output dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-electronically-analyze-the-output-dataset/m-p/132198#M35935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where lm_comp_dt ne .E;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The E is special missing E and to reference it you use dot E.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 22:42:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-electronically-analyze-the-output-dataset/m-p/132198#M35935</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-05-07T22:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE - electronically analyze the output dataset?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-electronically-analyze-the-output-dataset/m-p/132199#M35936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much! That is just what I was looking for! Much appreciated.. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 22:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-COMPARE-electronically-analyze-the-output-dataset/m-p/132199#M35936</guid>
      <dc:creator>KLR65</dc:creator>
      <dc:date>2013-05-07T22:55:31Z</dc:date>
    </item>
  </channel>
</rss>

