<?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 compare in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-compare/m-p/768120#M243605</link>
    <description>&lt;P&gt;Use something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc compare base=emp95_byidnum compare=emp96_byidnum
             out=result outnoequal outbase outcomp outdif
     noprint;
   id idnum;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Thu, 16 Sep 2021 13:21:31 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2021-09-16T13:21:31Z</dc:date>
    <item>
      <title>proc compare</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-compare/m-p/768104#M243597</link>
      <description>&lt;PRE&gt;Values Comparison Summary                                                                                                           
                                                                                                                                    
Number of Variables Compared with All Observations Equal: 0.                                                                        
Number of Variables Compared with Some Observations Unequal: 1.                                                                     
Total Number of Values which Compare Unequal: 389124.                                                                               
                                                                                                                                    
                                                                                                                                    
All Variables Compared have Unequal Values                                                                                          
                                                                                                                                    
&lt;STRONG&gt;Variable  Type  Len   Label          Ndif   MaxDif                                                                                  
                                                                                                                                    
Receipt   CHAR   13   Recipt Number389124  &lt;/STRONG&gt;                                                                                         
                                                &lt;BR /&gt;When we use proc compare ,then we get a report in  results tab,so under variables with unequal values we have a summary of variables(I have also highlighted in bold).&lt;BR /&gt;From that highlighted summary i want to create a data set which with variable and ndif column only.&lt;BR /&gt;Thanks you.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 12:49:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-compare/m-p/768104#M243597</guid>
      <dc:creator>asuman</dc:creator>
      <dc:date>2021-09-16T12:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc compare</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-compare/m-p/768108#M243600</link>
      <description>&lt;P&gt;Could you please re-format your text so we don't have to scroll right and left to read it? Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 12:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-compare/m-p/768108#M243600</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-09-16T12:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: proc compare</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-compare/m-p/768115#M243603</link>
      <description>When we use proc compare ,then we get a report in  results tab,so under variables with unequal values we have a summary of variables(I have also highlighted in bold).From that highlighted summary i want to create a data set which with variable and ndif column only.&lt;BR /&gt;Thanks you.</description>
      <pubDate>Thu, 16 Sep 2021 13:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-compare/m-p/768115#M243603</guid>
      <dc:creator>asuman</dc:creator>
      <dc:date>2021-09-16T13:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: proc compare</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-compare/m-p/768120#M243605</link>
      <description>&lt;P&gt;Use something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc compare base=emp95_byidnum compare=emp96_byidnum
             out=result outnoequal outbase outcomp outdif
     noprint;
   id idnum;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 13:21:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-compare/m-p/768120#M243605</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-09-16T13:21:31Z</dc:date>
    </item>
  </channel>
</rss>

