<?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 Section Headers Proc Report in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Section-Headers-Proc-Report/m-p/373306#M65208</link>
    <description>&lt;P&gt;How can I display header type text within a proc report?&amp;nbsp; I am trying to display different text per section.&amp;nbsp; The below block creates a report where the line call is displayed for every category group with the same text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc report data=FacultyProfileFall;&lt;BR /&gt;column categoryGroup colPreOrdering2 formatGroup c2 c3 c4 c5 c6 c7;&lt;BR /&gt;&lt;BR /&gt;define c2 / format=comma9. '2011-12';&lt;BR /&gt;define c3 / format=comma9. '2012-13';&lt;BR /&gt;define c4 / format=comma9. '2013-14';&lt;BR /&gt;define c5 / format=comma9. '2014-15';&lt;BR /&gt;define c6 / format=comma9. '2015-16';&lt;BR /&gt;define c7 / format=comma9. '2016-17';&lt;BR /&gt;define categoryGroup / group order = internal ;&lt;BR /&gt;define colPreOrdering2 / group order = internal format= rankFormatValue. ;&lt;BR /&gt;define formatGroup / group noprint;&lt;/P&gt;&lt;P&gt;compute before categoryGroup / style=[just=l font_weight=bold];&lt;BR /&gt;if categoryGroup = 5 then do;&lt;BR /&gt;line 'Insert only once rather than every category group.';&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jul 2017 14:30:42 GMT</pubDate>
    <dc:creator>DavidPhillips2</dc:creator>
    <dc:date>2017-07-05T14:30:42Z</dc:date>
    <item>
      <title>Section Headers Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Section-Headers-Proc-Report/m-p/373306#M65208</link>
      <description>&lt;P&gt;How can I display header type text within a proc report?&amp;nbsp; I am trying to display different text per section.&amp;nbsp; The below block creates a report where the line call is displayed for every category group with the same text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc report data=FacultyProfileFall;&lt;BR /&gt;column categoryGroup colPreOrdering2 formatGroup c2 c3 c4 c5 c6 c7;&lt;BR /&gt;&lt;BR /&gt;define c2 / format=comma9. '2011-12';&lt;BR /&gt;define c3 / format=comma9. '2012-13';&lt;BR /&gt;define c4 / format=comma9. '2013-14';&lt;BR /&gt;define c5 / format=comma9. '2014-15';&lt;BR /&gt;define c6 / format=comma9. '2015-16';&lt;BR /&gt;define c7 / format=comma9. '2016-17';&lt;BR /&gt;define categoryGroup / group order = internal ;&lt;BR /&gt;define colPreOrdering2 / group order = internal format= rankFormatValue. ;&lt;BR /&gt;define formatGroup / group noprint;&lt;/P&gt;&lt;P&gt;compute before categoryGroup / style=[just=l font_weight=bold];&lt;BR /&gt;if categoryGroup = 5 then do;&lt;BR /&gt;line 'Insert only once rather than every category group.';&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 14:30:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Section-Headers-Proc-Report/m-p/373306#M65208</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2017-07-05T14:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Section Headers Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Section-Headers-Proc-Report/m-p/373327#M65209</link>
      <description>&lt;P&gt;line categoryGroup;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2017 15:07:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Section-Headers-Proc-Report/m-p/373327#M65209</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2017-07-05T15:07:07Z</dc:date>
    </item>
  </channel>
</rss>

