<?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 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/60808#M17248</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I would like to make the row lines bold in proc report. can anyone explain how to do this and also i want to color the particular columns in the same report.........&lt;BR /&gt;
&lt;BR /&gt;
so i want to do these two things in proc report.................&lt;BR /&gt;
&lt;BR /&gt;
suggest any soln plz&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
kumar</description>
    <pubDate>Mon, 22 Feb 2010 12:25:30 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-02-22T12:25:30Z</dc:date>
    <item>
      <title>Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/60808#M17248</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I would like to make the row lines bold in proc report. can anyone explain how to do this and also i want to color the particular columns in the same report.........&lt;BR /&gt;
&lt;BR /&gt;
so i want to do these two things in proc report.................&lt;BR /&gt;
&lt;BR /&gt;
suggest any soln plz&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
kumar</description>
      <pubDate>Mon, 22 Feb 2010 12:25:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/60808#M17248</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-22T12:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/60809#M17249</link>
      <description>Hi:&lt;BR /&gt;
  It's not clear whether you want ALL the row lines bold or just the SUMMARY line bold or whether you want the row that meets a certain condition (name='William') to be bold. (Same comment applies to the color issue.)&lt;BR /&gt;
 &lt;BR /&gt;
  In either case, you need to investigate the use of the STYLE= option -- which in the case of PROC REPORT and a CALL DEFINE statement, allows you to issue a statement something like this in a COMPUTE block:&lt;BR /&gt;
[pre]&lt;BR /&gt;
  COMPUTE NAME;&lt;BR /&gt;
       if name='William' then&lt;BR /&gt;
          call define(_ROW_,'style','style={font_weight=bold background=yellow}');&lt;BR /&gt;
  ENDCOMP;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
                                                         &lt;BR /&gt;
Otherwise, if you just wanted the entire AGE column to have a background of yellow, you could do this in a DEFINE statement:&lt;BR /&gt;
]pre]&lt;BR /&gt;
  DEFINE AGE / sum 'Age' style(column)={background=yellow};&lt;BR /&gt;
[/pre]&lt;BR /&gt;
              &lt;BR /&gt;
To see what kind of style attributes can be changed, search in the SAS documentation for the topic:&lt;BR /&gt;
"Style Attributes and Their Values"&lt;BR /&gt;
 &lt;BR /&gt;
To understand more about using STYLE= overrides, these papers contain some good examples:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/papers/sgf07/sgf2007-report.pdf" target="_blank"&gt;http://support.sas.com/rnd/papers/sgf07/sgf2007-report.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi28/015-28.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi28/015-28.pdf&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 22 Feb 2010 15:48:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-report/m-p/60809#M17249</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-02-22T15:48:25Z</dc:date>
    </item>
  </channel>
</rss>

