<?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 ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-compare/m-p/7809#M2804</link>
    <description>Hi PeterC, &lt;BR /&gt;
&lt;BR /&gt;
I don't know any way to do that but it is true that this procedure output is awful. I have thought several times about to create a macro in order to do this task with a nicer output but it is still in my to do list.&lt;BR /&gt;
&lt;BR /&gt;
Now, I am quite busy but if you are interested in doing that maybe we could arrange something!&lt;BR /&gt;
&lt;BR /&gt;
Or perhaps somebody in this forum has already done it? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Juanvte.</description>
    <pubDate>Mon, 31 Mar 2008 13:11:49 GMT</pubDate>
    <dc:creator>JuanVte</dc:creator>
    <dc:date>2008-03-31T13:11:49Z</dc:date>
    <item>
      <title>proc compare</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-compare/m-p/7808#M2803</link>
      <description>Is there a way we can persuade the normal output from proc compare to be nicely formatted. I don't mean taking output datasets and laying out their printing, but just from the native running of proc compare. &lt;BR /&gt;
The procedure produces tables of comparison that look like candidates for the ODS approach.&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Fri, 28 Mar 2008 13:28:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-compare/m-p/7808#M2803</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-28T13:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc compare</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-compare/m-p/7809#M2804</link>
      <description>Hi PeterC, &lt;BR /&gt;
&lt;BR /&gt;
I don't know any way to do that but it is true that this procedure output is awful. I have thought several times about to create a macro in order to do this task with a nicer output but it is still in my to do list.&lt;BR /&gt;
&lt;BR /&gt;
Now, I am quite busy but if you are interested in doing that maybe we could arrange something!&lt;BR /&gt;
&lt;BR /&gt;
Or perhaps somebody in this forum has already done it? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Juanvte.</description>
      <pubDate>Mon, 31 Mar 2008 13:11:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-compare/m-p/7809#M2804</guid>
      <dc:creator>JuanVte</dc:creator>
      <dc:date>2008-03-31T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc compare</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-compare/m-p/7810#M2805</link>
      <description>Juanvte&lt;BR /&gt;
thank you, but ...&lt;BR /&gt;
&lt;BR /&gt;
SAS9.2 documentation indicates PROC COMPARE supports ODS.  I wouldn't recommend investing your time (or mine) on building this solution with such a short pay-back period.&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Mon, 31 Mar 2008 13:21:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-compare/m-p/7810#M2805</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-31T13:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: proc compare</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-compare/m-p/7811#M2806</link>
      <description>Thanks for the ODS tip.  I got very readable output with the code below:&lt;BR /&gt;
&lt;BR /&gt;
PROC COMPARE BASE=Testfil.CurrentSCIP COMPARE=Testfil.NewSCIP OUTNOEQUAL&lt;BR /&gt;
             OUT=COMP OUTSTATS=COMPSTAT&lt;BR /&gt;
             BRIEF MAXPRINT=1 NOVALUES OUTNOEQUAL;&lt;BR /&gt;
VAR  SCIP1_d SCIP1_n SCIP2_d SCIP2_n  SCIP3_d SCIP3_n  n;&lt;BR /&gt;
BY Patient_ID;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
ODS RTF FILE='L:\CoreMeasures\SCIP\Compare.RTF';&lt;BR /&gt;
PROC PRINT DATA=COMP;&lt;BR /&gt;
RUN;&lt;BR /&gt;
ODS RTF CLOSE;</description>
      <pubDate>Thu, 10 Apr 2008 18:59:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-compare/m-p/7811#M2806</guid>
      <dc:creator>Sheri</dc:creator>
      <dc:date>2008-04-10T18:59:59Z</dc:date>
    </item>
  </channel>
</rss>

