<?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 Report Headers in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Headers/m-p/386180#M19008</link>
    <description>&lt;P&gt;See code sample below, you can control this in the DEFINE statement&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class;
  column name age sex;
  define age / style(header)={background=red};
  define sex / 
    style(header)={background=yellow}
    style(column)={background=grey foreground=blue}
  ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 08 Aug 2017 07:03:23 GMT</pubDate>
    <dc:creator>BrunoMueller</dc:creator>
    <dc:date>2017-08-08T07:03:23Z</dc:date>
    <item>
      <title>Proc Report Headers</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Headers/m-p/386171#M19007</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible for PROC REPORT to produce a table with different colours for different headings.&lt;/P&gt;&lt;P&gt;e.g. fieldheader1, fieldheader2 --&amp;gt; yellow, fieldheader3 --&amp;gt;blue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it be something in the beginning of PROC REPORT syntax?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc report data= bigdata&lt;BR /&gt;Nowd Headline Headskip&lt;BR /&gt;Style(Summary)=[Foreground=Black Background=CXAEADD9 Font_Face=Arial]&lt;BR /&gt;Style(Header) =[Background=#0091C8&lt;BR /&gt;Foreground=White Font_Size=2 Font_Face=Arial Font_Weight=Bold&lt;BR /&gt;Just=Center whitespace=NOWRAP WIDTH=100% height=27pt tagattr='wrap:yes']&lt;BR /&gt;Style(Column) =[Foreground=Black Background=White Font_size=2 Font_Face=Arial whitespace=NOWRAP WIDTH = 100% ];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 04:34:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Headers/m-p/386171#M19007</guid>
      <dc:creator>davidbao</dc:creator>
      <dc:date>2017-08-08T04:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report Headers</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Headers/m-p/386180#M19008</link>
      <description>&lt;P&gt;See code sample below, you can control this in the DEFINE statement&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class;
  column name age sex;
  define age / style(header)={background=red};
  define sex / 
    style(header)={background=yellow}
    style(column)={background=grey foreground=blue}
  ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Aug 2017 07:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Headers/m-p/386180#M19008</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2017-08-08T07:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report Headers</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Headers/m-p/386448#M19010</link>
      <description>&lt;P&gt;Thank you Bruno, that worked perfectly.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 23:25:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Headers/m-p/386448#M19010</guid>
      <dc:creator>davidbao</dc:creator>
      <dc:date>2017-08-08T23:25:24Z</dc:date>
    </item>
  </channel>
</rss>

