<?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: BASIC PROC COMPARE HELP in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/BASIC-PROC-COMPARE-HELP/m-p/478005#M123206</link>
    <description>&lt;P&gt;I don't see that output at all. I see some data steps with errors in them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure this is the correct code you have posted?&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jul 2018 18:57:52 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2018-07-13T18:57:52Z</dc:date>
    <item>
      <title>BASIC PROC COMPARE HELP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BASIC-PROC-COMPARE-HELP/m-p/477944#M123177</link>
      <description>&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;I ran a proc compare&amp;nbsp;&lt;/P&gt;&lt;P&gt;not the exact data but mimic. but i am trying to recreate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data d1;&lt;/P&gt;&lt;P&gt;format x =12.5;&lt;/P&gt;&lt;P&gt;informat x=12.5;&lt;/P&gt;&lt;P&gt;x=0.39990;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data d2;&lt;/P&gt;&lt;P&gt;format y =8.4;&lt;/P&gt;&lt;P&gt;informat y=8;&lt;/P&gt;&lt;P&gt;data var2;&lt;/P&gt;&lt;P&gt;y=0.3999;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc compare base=d1&amp;nbsp;&amp;nbsp;compare=d2&lt;BR /&gt;outdiff outnoequal listequalvar listcompvar&lt;BR /&gt;listbasevar&lt;BR /&gt;method=absolute&lt;BR /&gt;criterion=0.0001&lt;BR /&gt;out=dboth;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;************output*****************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;_type_&lt;/TD&gt;&lt;TD&gt;var1&lt;/TD&gt;&lt;TD&gt;var2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;_Diff_&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;_Diff_&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;_Diff_&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;_Diff_&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**my question**&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.i don't know how to interpret these 'E'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.when does it shows up&lt;/P&gt;&lt;P&gt;3.does it means E =equal??&lt;/P&gt;&lt;P&gt;4.would proc compare results in E Instead of 0 when used with criterion=0.0001 and method=absolute&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 16:37:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BASIC-PROC-COMPARE-HELP/m-p/477944#M123177</guid>
      <dc:creator>himalayancat</dc:creator>
      <dc:date>2018-07-13T16:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: BASIC PROC COMPARE HELP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BASIC-PROC-COMPARE-HELP/m-p/478005#M123206</link>
      <description>&lt;P&gt;I don't see that output at all. I see some data steps with errors in them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure this is the correct code you have posted?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 18:57:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BASIC-PROC-COMPARE-HELP/m-p/478005#M123206</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-07-13T18:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: BASIC PROC COMPARE HELP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BASIC-PROC-COMPARE-HELP/m-p/478015#M123208</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/140319"&gt;@himalayancat&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;hello all,&lt;/P&gt;
&lt;P&gt;I ran a proc compare&amp;nbsp;&lt;/P&gt;
&lt;P&gt;not the exact data but mimic. but i am trying to recreate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data d1;&lt;/P&gt;
&lt;P&gt;format x =12.5;&lt;/P&gt;
&lt;P&gt;informat x=12.5;&lt;/P&gt;
&lt;P&gt;x=0.39990;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data d2;&lt;/P&gt;
&lt;P&gt;format y =8.4;&lt;/P&gt;
&lt;P&gt;informat y=8;&lt;/P&gt;
&lt;P&gt;data var2;&lt;/P&gt;
&lt;P&gt;y=0.3999;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Format and Informat statements do not use the = .&lt;/P&gt;
&lt;P&gt;data set d2 would have zero observations.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 19:26:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BASIC-PROC-COMPARE-HELP/m-p/478015#M123208</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-07-13T19:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: BASIC PROC COMPARE HELP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/BASIC-PROC-COMPARE-HELP/m-p/479783#M123882</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;i get that.appreciate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you tell me&amp;nbsp;&lt;/P&gt;&lt;P&gt;what exactly does criterion does.&lt;/P&gt;&lt;P&gt;a=5.005&lt;/P&gt;&lt;P&gt;b=4.004&lt;/P&gt;&lt;P&gt;,say ,we ran proc compare on this,&lt;/P&gt;&lt;P&gt;with criterion 0.001, are we saying say to not bother the diff of 0.001 and consider it as equal???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and,&lt;/P&gt;&lt;P&gt;with exact match,&lt;/P&gt;&lt;P&gt;say&lt;/P&gt;&lt;P&gt;a=2&lt;/P&gt;&lt;P&gt;b=2&lt;/P&gt;&lt;P&gt;with proc compare it used to come 0 with exact match in the result,now it shows 'E'.&lt;/P&gt;&lt;P&gt;does that E means equal??&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jul 2018 03:31:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/BASIC-PROC-COMPARE-HELP/m-p/479783#M123882</guid>
      <dc:creator>himalayancat</dc:creator>
      <dc:date>2018-07-20T03:31:58Z</dc:date>
    </item>
  </channel>
</rss>

