<?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 how to append proc reports in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-append-proc-reports/m-p/670818#M201413</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sitting and scratching my head what is the best way to output my listing into the proc report format below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created 3 datasets but i need to print 1 report with one AE per Subject per page.&lt;/P&gt;&lt;P&gt;should i append the 3 dataset into 1 final dataset,resort it by subject &amp;amp; order #&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;should i use 3 dataset for proc report?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and how would i output 1 AE per subject per page?&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="Untitled.png" style="width: 924px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47375iE4A061B9C1EE2E1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2020 21:01:49 GMT</pubDate>
    <dc:creator>HitmonTran</dc:creator>
    <dc:date>2020-07-20T21:01:49Z</dc:date>
    <item>
      <title>how to append proc reports</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-append-proc-reports/m-p/670818#M201413</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sitting and scratching my head what is the best way to output my listing into the proc report format below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created 3 datasets but i need to print 1 report with one AE per Subject per page.&lt;/P&gt;&lt;P&gt;should i append the 3 dataset into 1 final dataset,resort it by subject &amp;amp; order #&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;should i use 3 dataset for proc report?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and how would i output 1 AE per subject per page?&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="Untitled.png" style="width: 924px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47375iE4A061B9C1EE2E1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 21:01:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-append-proc-reports/m-p/670818#M201413</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2020-07-20T21:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to append proc reports</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-append-proc-reports/m-p/670832#M201420</link>
      <description>&lt;P&gt;Typically for a cohesive and relatively easy to manage approach a single data set works better and to do a "report" per group, such as subject, sort the data by the group variable(s) and use BY group processing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The devil may be in the details and trying to match some "other" layout.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you show may be more amenable to the data step Report Writing Interface if you really need output broken up into 4 sections per subject&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 22:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-append-proc-reports/m-p/670832#M201420</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-20T22:46:39Z</dc:date>
    </item>
  </channel>
</rss>

