<?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 : maxprint in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881134#M348173</link>
    <description>Don't print the results - use the output data sets instead.</description>
    <pubDate>Fri, 16 Jun 2023 15:50:10 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2023-06-16T15:50:10Z</dc:date>
    <item>
      <title>Proc compare : maxprint</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881132#M348172</link>
      <description>&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to compare 2 large datasets using proc compare with printing the results.&amp;nbsp; I used the code below&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Proc compare base=tab1 comp=tab2 ; id anonymat gender; run;&lt;/PRE&gt;&lt;P&gt;But I have this warning message for all the variables not in ID statement&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Note: The MAXPRINT=50 printing limit has been reached for the variable birthdate. No more values will be printed for this comparison&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;How to solve it?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 15:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881132#M348172</guid>
      <dc:creator>Moise</dc:creator>
      <dc:date>2023-06-16T15:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc compare : maxprint</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881134#M348173</link>
      <description>Don't print the results - use the output data sets instead.</description>
      <pubDate>Fri, 16 Jun 2023 15:50:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881134#M348173</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-06-16T15:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc compare : maxprint</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881297#M348231</link>
      <description>&lt;P&gt;How many differences does your COMPARE difference summary report? You can use the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/n0c1y14wyd3u7yn1dmfcpaejllsn.htm" target="_blank" rel="noopener"&gt;MAXPRINT option&lt;/A&gt; to print more differences but beyond a few hundred the output gets too large an other techniques become more useful.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 00:09:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881297#M348231</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-06-18T00:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc compare : maxprint</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881327#M348244</link>
      <description>&lt;P&gt;You may need to sort by more variables than the ID variables if there multiple values of the ID var combinations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 15:05:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881327#M348244</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-06-18T15:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc compare : maxprint</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881328#M348245</link>
      <description>&lt;P&gt;The NOTE is telling you want to do.&lt;/P&gt;
&lt;P&gt;Add the MAXPRINT= option to the PROC COMPARE statement.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2023 15:48:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881328#M348245</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-06-18T15:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Proc compare : maxprint</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881502#M348307</link>
      <description>Thank you very much MAXPINT= was the solution to my problem.</description>
      <pubDate>Tue, 20 Jun 2023 08:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-compare-maxprint/m-p/881502#M348307</guid>
      <dc:creator>Moise</dc:creator>
      <dc:date>2023-06-20T08:02:54Z</dc:date>
    </item>
  </channel>
</rss>

