<?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: Note of 'proc compare' in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Note-of-proc-compare/m-p/472685#M121229</link>
    <description>&lt;P&gt;Thank you for the clarifications!&lt;/P&gt;</description>
    <pubDate>Sat, 23 Jun 2018 08:30:01 GMT</pubDate>
    <dc:creator>DmytroYermak</dc:creator>
    <dc:date>2018-06-23T08:30:01Z</dc:date>
    <item>
      <title>Note of 'proc compare'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Note-of-proc-compare/m-p/472682#M121227</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please say what is the reason for the Note below. It seems to be a mistake of 'proc compare'. But I don't understand how to avoid it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21343iA4E7721BD1618E45/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jun 2018 07:42:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Note-of-proc-compare/m-p/472682#M121227</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-06-23T07:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Note of 'proc compare'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Note-of-proc-compare/m-p/472684#M121228</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/58513"&gt;@DmytroYermak&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;It's only a NOTE.&lt;/P&gt;
&lt;P&gt;There is nothing wrong with Proc Compare and you can easily replicate such a note with below code.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
  format numvar 6.2;
  numvar=123456789.12;
run;

proc print data=test;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The NOTE lets you know that the permanent format applied to the variable is insufficient to print the actual number so SAS needs to use a different format (BEST32.) instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;NOTE: There were 1 observations read from the data set WORK.TEST.
NOTE: At least one W.D format was too small for the number to be printed. The decimal may be shifted by the "BEST" format.
&lt;/PRE&gt;
&lt;P&gt;s&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jun 2018 08:27:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Note-of-proc-compare/m-p/472684#M121228</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-06-23T08:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Note of 'proc compare'</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Note-of-proc-compare/m-p/472685#M121229</link>
      <description>&lt;P&gt;Thank you for the clarifications!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jun 2018 08:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Note-of-proc-compare/m-p/472685#M121229</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-06-23T08:30:01Z</dc:date>
    </item>
  </channel>
</rss>

