<?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 Proc Report header label &amp;quot;BY Group&amp;quot; in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-header-label-quot-BY-Group-quot/m-p/710978#M218944</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am outputting a .RTF using proc report using "By" statement.&amp;nbsp; The&amp;nbsp; "by group" on the header only appear on the first page and is center-aligned.&amp;nbsp; How do I left-align and change the wording on every page?&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title4 &amp;amp;title4; &lt;BR /&gt;title5 &amp;amp;title5; &lt;BR /&gt;title6 'Safety Population';&lt;BR /&gt;
proc report data = final1 nowd headline headskip missing split='@' style(header column)=[protectspecialchars=off];
by dose;

	  columns ordx1 aebodsys total1 aedecod  desc   ;
	  define ordx1     / descending order     order=internal noprint;
	  define aebodsys  / order order=internal noprint;
	  define total1  / descending order  order=internal noprint;
	  define aedecod   / order order=internal noprint;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;current output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HitmonTran_0-1610507058005.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53437i8C871D90C2390C5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HitmonTran_0-1610507058005.png" alt="HitmonTran_0-1610507058005.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;want (in hightlight):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HitmonTran_1-1610507114673.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53438i7F1F5B8CE2F969F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HitmonTran_1-1610507114673.png" alt="HitmonTran_1-1610507114673.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jan 2021 03:08:51 GMT</pubDate>
    <dc:creator>HitmonTran</dc:creator>
    <dc:date>2021-01-13T03:08:51Z</dc:date>
    <item>
      <title>Proc Report header label "BY Group"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-header-label-quot-BY-Group-quot/m-p/710978#M218944</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am outputting a .RTF using proc report using "By" statement.&amp;nbsp; The&amp;nbsp; "by group" on the header only appear on the first page and is center-aligned.&amp;nbsp; How do I left-align and change the wording on every page?&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title4 &amp;amp;title4; &lt;BR /&gt;title5 &amp;amp;title5; &lt;BR /&gt;title6 'Safety Population';&lt;BR /&gt;
proc report data = final1 nowd headline headskip missing split='@' style(header column)=[protectspecialchars=off];
by dose;

	  columns ordx1 aebodsys total1 aedecod  desc   ;
	  define ordx1     / descending order     order=internal noprint;
	  define aebodsys  / order order=internal noprint;
	  define total1  / descending order  order=internal noprint;
	  define aedecod   / order order=internal noprint;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;current output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HitmonTran_0-1610507058005.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53437i8C871D90C2390C5C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HitmonTran_0-1610507058005.png" alt="HitmonTran_0-1610507058005.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;want (in hightlight):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HitmonTran_1-1610507114673.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53438i7F1F5B8CE2F969F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HitmonTran_1-1610507114673.png" alt="HitmonTran_1-1610507114673.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 03:08:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-header-label-quot-BY-Group-quot/m-p/710978#M218944</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2021-01-13T03:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report header label "BY Group"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-header-label-quot-BY-Group-quot/m-p/711019#M218960</link>
      <description>Use #byval title option in proc report.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.lexjansen.com/nesug/nesug09/cc/CC29.pdf" target="_blank"&gt;https://www.lexjansen.com/nesug/nesug09/cc/CC29.pdf&lt;/A&gt;</description>
      <pubDate>Wed, 13 Jan 2021 09:07:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-header-label-quot-BY-Group-quot/m-p/711019#M218960</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2021-01-13T09:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report header label "BY Group"</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report-header-label-quot-BY-Group-quot/m-p/711120#M218994</link>
      <description>Hi:&lt;BR /&gt;  That is a good option; however there will be a challenge with the need to have the BY value centered on the first page, but left justified on all the other pages. With 1 TITLE statement, there is 1 justification -- either centered or left on all pages in the RTF file. So while I agree that using the #byval in the title is what they need to do, the justification expectation will need to change to what is possible.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Wed, 13 Jan 2021 14:30:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report-header-label-quot-BY-Group-quot/m-p/711120#M218994</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-01-13T14:30:27Z</dc:date>
    </item>
  </channel>
</rss>

