<?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 Report in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73713#M21379</link>
    <description>Share what code you attempted to use with a macro - possilby you need to move some portion of your SAS program (ODS stmt) to be outside your macro so that it is opened once.  What type of report (HTML, RTF, PDF?)  And suggest you share what SAS version you are running, as well.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Tue, 06 Apr 2010 16:12:12 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-04-06T16:12:12Z</dc:date>
    <item>
      <title>Proc Compare Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73712#M21378</link>
      <description>Hello Everyone,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to create a pdf report based on the comparison result of same dataset created at different dates. Likewise, I would like to add the comparison result for 10 or more datasets in the same report. Kind of one after the other datasets. I tried this using SAS Macro but it overrides the previous result for every dataset(macro value entered) and only the last dataset result is displayed. How can this be achieved? Any suggestions or idea would be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
SASque</description>
      <pubDate>Tue, 06 Apr 2010 15:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73712#M21378</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-06T15:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73713#M21379</link>
      <description>Share what code you attempted to use with a macro - possilby you need to move some portion of your SAS program (ODS stmt) to be outside your macro so that it is opened once.  What type of report (HTML, RTF, PDF?)  And suggest you share what SAS version you are running, as well.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 06 Apr 2010 16:12:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73713#M21379</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-06T16:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73714#M21380</link>
      <description>It is in PDF format. SAS 9.1.3.&lt;BR /&gt;
Here is the code:&lt;BR /&gt;
&lt;BR /&gt;
%macro strtbl(tbl=);&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods pdf style=printer FILE="c:\strreport.pdf";&lt;BR /&gt;
proc compare base=refdata.&amp;amp;tbl compare=trdata.&amp;amp;tbl novalues;&lt;BR /&gt;
run;&lt;BR /&gt;
proc contents data=trdata.&amp;amp;tbl nods order=varnum;&lt;BR /&gt;
title;&lt;BR /&gt;
run;&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
&lt;BR /&gt;
%mend strtbl;&lt;BR /&gt;
&lt;BR /&gt;
%strtbl(tbl=AE);&lt;BR /&gt;
%strtbl(tbl=BHEPL);&lt;BR /&gt;
%strtbl(tbl=CMEDS);&lt;BR /&gt;
%strtbl(tbl=DEMO);.......and so on...</description>
      <pubDate>Tue, 06 Apr 2010 20:42:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73714#M21380</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-06T20:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73715#M21381</link>
      <description>You are right....somehow I didn't look at the options...it works....Thanks for you help.&lt;BR /&gt;
&lt;BR /&gt;
One more question: Is it possible to create a coverpage for this report just with a "logo", tile of the report and project #. only and this shld be displayed only on the first page. How can it be done?</description>
      <pubDate>Tue, 06 Apr 2010 20:47:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73715#M21381</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-06T20:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73716#M21382</link>
      <description>Yes, it's possible.  Look at ODS LAYOUT - with some enhancements available in SAS 9.2.  You will find prior posts in the forum archives, as well as at the SAS support site.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
ods pdf cover page site:sas.com</description>
      <pubDate>Tue, 06 Apr 2010 21:14:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73716#M21382</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-06T21:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73717#M21383</link>
      <description>One more question related to Proc Compare report. Is it possible to suppress variables summary and observations summary and display only Dataset Summary?? If so, how???&lt;BR /&gt;
&lt;BR /&gt;
Also how can I display an image or a picture right at the center of the first page of the report not on any other page??&lt;BR /&gt;
Any help or thought would be appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,</description>
      <pubDate>Wed, 14 Apr 2010 20:16:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73717#M21383</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-14T20:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Compare Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73718#M21384</link>
      <description>Suggest you review the PROC COMPARE documentation for report generation options.  Consider using ODS with TEXT= keyword for generating your image.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a000146741.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a000146741.htm&lt;/A&gt;</description>
      <pubDate>Wed, 14 Apr 2010 21:07:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Compare-Report/m-p/73718#M21384</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-14T21:07:30Z</dc:date>
    </item>
  </channel>
</rss>

