<?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: Combine Two or More Proc Report Outputs into 1 Output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Combine-Two-or-More-Proc-Report-Outputs-into-1-Output/m-p/456376#M20873</link>
    <description>&lt;P&gt;I need to output it as an rtf file.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Apr 2018 02:50:48 GMT</pubDate>
    <dc:creator>albertsamaniego</dc:creator>
    <dc:date>2018-04-23T02:50:48Z</dc:date>
    <item>
      <title>Combine Two or More Proc Report Outputs into 1 Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Combine-Two-or-More-Proc-Report-Outputs-into-1-Output/m-p/456368#M20871</link>
      <description>&lt;P&gt;How do I combine two or more proc report outputs with different column names into 1 single table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="combine proc report.PNG" style="width: 289px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20029iA41FE901BF4B6017/image-size/large?v=v2&amp;amp;px=999" role="button" title="combine proc report.PNG" alt="combine proc report.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 02:28:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Combine-Two-or-More-Proc-Report-Outputs-into-1-Output/m-p/456368#M20871</guid>
      <dc:creator>albertsamaniego</dc:creator>
      <dc:date>2018-04-23T02:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Two or More Proc Report Outputs into 1 Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Combine-Two-or-More-Proc-Report-Outputs-into-1-Output/m-p/456374#M20872</link>
      <description>Depends on how you created the output in the first place....what is the code you're using and what output format/destination (PDF, RTF, Excel).</description>
      <pubDate>Mon, 23 Apr 2018 02:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Combine-Two-or-More-Proc-Report-Outputs-into-1-Output/m-p/456374#M20872</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-23T02:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Two or More Proc Report Outputs into 1 Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Combine-Two-or-More-Proc-Report-Outputs-into-1-Output/m-p/456376#M20873</link>
      <description>&lt;P&gt;I need to output it as an rtf file.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 02:50:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Combine-Two-or-More-Proc-Report-Outputs-into-1-Output/m-p/456376#M20873</guid>
      <dc:creator>albertsamaniego</dc:creator>
      <dc:date>2018-04-23T02:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Two or More Proc Report Outputs into 1 Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Combine-Two-or-More-Proc-Report-Outputs-into-1-Output/m-p/456386#M20874</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Depends on how you created the output in the first place....&lt;STRONG&gt;what is the code you're using&lt;/STRONG&gt; and what output format/destination (PDF, RTF, Excel).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/202340"&gt;@albertsamaniego&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I need to output it as an rtf file.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's an answer to part of it....You can probably use PROC REPORT with BY statements and BREAKS to create this type of report.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that I'm moving your question to the Reporting forum.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 03:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Combine-Two-or-More-Proc-Report-Outputs-into-1-Output/m-p/456386#M20874</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-23T03:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Two or More Proc Report Outputs into 1 Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Combine-Two-or-More-Proc-Report-Outputs-into-1-Output/m-p/456572#M20878</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; pointed out, without seeing your code, it is hard to speculate. However, with PROC REPORT, you only have 2 options for producing your reports -- with COMPUTE BEFORE a break variable or COMPUTE BEFORE _PAGE_ with BY group processing. The headers will repeat with BY groups. I think #2 report comes closer to what you showed (using SASHELP.SHOES, sorted by REGION):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rtf_compute_page_by.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20051i1CBC00CEF2A410C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="rtf_compute_page_by.png" alt="rtf_compute_page_by.png" /&gt;&lt;/span&gt; &lt;/P&gt;
&lt;P&gt;The #1 report used COMPUTE BEFORE REGION and that does not repeat the spanning headers or the column headers, as you can see in #1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 15:52:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Combine-Two-or-More-Proc-Report-Outputs-into-1-Output/m-p/456572#M20878</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-04-23T15:52:38Z</dc:date>
    </item>
  </channel>
</rss>

