<?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 and ODS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/312#M115</link>
    <description>You can use in-line formatting to get the desired result in the header:&lt;BR /&gt;
&lt;BR /&gt;
column ("\ul Category A" col1 col2) col3 col4 col5;&lt;BR /&gt;
&lt;BR /&gt;
You will also need to add the following in your PROC TEMPLATE code:&lt;BR /&gt;
&lt;BR /&gt;
style header from headersandfooters /&lt;BR /&gt;
 protectspecialchars=off;</description>
    <pubDate>Thu, 30 Mar 2006 14:21:58 GMT</pubDate>
    <dc:creator>Kathryn_SAS</dc:creator>
    <dc:date>2006-03-30T14:21:58Z</dc:date>
    <item>
      <title>PROC REPORT and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/311#M114</link>
      <description>I am having trouble getting my output to look how I want it when using headers which span columns in PROC REPORT using ODS to RTF;&lt;BR /&gt;
e.g.&lt;BR /&gt;
PROC REPORT data=somedata;&lt;BR /&gt;
columns ("Category A" col1 col2) col3 col4 col5;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
In my style sheet I have:&lt;BR /&gt;
style table from container /&lt;BR /&gt;
   frame = hsides&lt;BR /&gt;
&lt;BR /&gt;
to give me a line at the top and bottom of the output, and a line underneath the header row.&lt;BR /&gt;
I would also like a line underneath the spanning header title (i.e. a line under the "Category A" cell).&lt;BR /&gt;
I would normally achieve this outside of ODS using:&lt;BR /&gt;
OPTIONS formchar="__", and using "__Category A__" in the PROC REPORT call.&lt;BR /&gt;
&lt;BR /&gt;
I am sure that what I require should be possible - however I do not know how to do it.&lt;BR /&gt;
I would appreciate any help you can provide.&lt;BR /&gt;
&lt;BR /&gt;
Many thanks.</description>
      <pubDate>Wed, 29 Mar 2006 16:41:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/311#M114</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-03-29T16:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/312#M115</link>
      <description>You can use in-line formatting to get the desired result in the header:&lt;BR /&gt;
&lt;BR /&gt;
column ("\ul Category A" col1 col2) col3 col4 col5;&lt;BR /&gt;
&lt;BR /&gt;
You will also need to add the following in your PROC TEMPLATE code:&lt;BR /&gt;
&lt;BR /&gt;
style header from headersandfooters /&lt;BR /&gt;
 protectspecialchars=off;</description>
      <pubDate>Thu, 30 Mar 2006 14:21:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/312#M115</guid>
      <dc:creator>Kathryn_SAS</dc:creator>
      <dc:date>2006-03-30T14:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/313#M116</link>
      <description>&amp;gt; You can use in-line formatting to get the desired&lt;BR /&gt;
&amp;gt; result in the header:&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; column ("\ul Category A" col1 col2) col3 col4 col5;&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; You will also need to add the following in your PROC&lt;BR /&gt;
&amp;gt; TEMPLATE code:&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; style header from headersandfooters /&lt;BR /&gt;
&amp;gt;  protectspecialchars=off;&lt;BR /&gt;
&lt;BR /&gt;
This only applies an underline to the text itself, whereas I am after putting a line for the whole cell.&lt;BR /&gt;
&lt;BR /&gt;
Help??</description>
      <pubDate>Fri, 31 Mar 2006 12:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/313#M116</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-03-31T12:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/314#M117</link>
      <description>Our RTF expert in R&amp;amp;D is away this week (SUGI).  We should have an answer for you early next week.&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Fri, 31 Mar 2006 15:40:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/314#M117</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2006-03-31T15:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/315#M118</link>
      <description>Try the following as an alternative:&lt;BR /&gt;
&lt;BR /&gt;
column ("\brdrb\brdrs\brdrw15 Category A" col1 col2) col3 col4 col5;</description>
      <pubDate>Mon, 03 Apr 2006 11:34:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/315#M118</guid>
      <dc:creator>Kathryn_SAS</dc:creator>
      <dc:date>2006-04-03T11:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/316#M119</link>
      <description>&amp;gt; Try the following as an alternative:&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; column ("\brdrb\brdrs\brdrw15 Category A" col1 col2)&lt;BR /&gt;
&amp;gt; col3 col4 col5;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
This seems to work quite nicely. Thank you.&lt;BR /&gt;
Out of interest (and to save me from probably posting something else in the future), is there anything equivalent for PDF?</description>
      <pubDate>Mon, 03 Apr 2006 13:55:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/316#M119</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-04-03T13:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/317#M120</link>
      <description>As far as underlining the text of a header there will be a new style function called "textdecoration" in 9.2 that will allowing underling, overlining, or line-through.  After verifying with Tech Support I see that you are using RAW RTF commands.  PDF can not support that.  If you want to send me a snippet of code and output I would be glad to dig more into it for you.  If you have some code please email it to ODS@sas.com.  Thanks!</description>
      <pubDate>Mon, 03 Apr 2006 18:17:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/317#M120</guid>
      <dc:creator>ScottH_SAS</dc:creator>
      <dc:date>2006-04-03T18:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/318#M121</link>
      <description>&amp;gt; As far as underlining the text of a header there will&lt;BR /&gt;
&amp;gt; be a new style function called "textdecoration" in&lt;BR /&gt;
&amp;gt; 9.2 that will allowing underling, overlining, or&lt;BR /&gt;
&amp;gt; line-through.  After verifying with Tech Support I&lt;BR /&gt;
&amp;gt; see that you are using RAW RTF commands.  PDF can not&lt;BR /&gt;
&amp;gt; support that.  If you want to send me a snippet of&lt;BR /&gt;
&amp;gt; code and output I would be glad to dig more into it&lt;BR /&gt;
&amp;gt; for you.  If you have some code please email it to&lt;BR /&gt;
&amp;gt; ODS@sas.com.  Thanks!&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I have just send you an e-mail to ods@sas.com.&lt;BR /&gt;
Thanks.</description>
      <pubDate>Tue, 04 Apr 2006 09:15:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/318#M121</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-04-04T09:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT and ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/319#M122</link>
      <description>Sorry I initially misunderstood the question and focused on underlining the text.  After getting Michael's e-mail I got a better understanding of the problem he was describing.&lt;BR /&gt;
&lt;BR /&gt;
I responded to Michael via e-mail but I wanted to update the Forum with my response.&lt;BR /&gt;
&lt;BR /&gt;
Using border control I was able to set a border bottom margin under your title.  I even changed the color to red to make it stand out.  Now the catch,  all this works in version 9.2.  Currently PDF can't do it but it will in the next release.  &lt;BR /&gt;
&lt;BR /&gt;
The only change I made to your proc report code was using the new inline style elements on the column statement:&lt;BR /&gt;
&lt;BR /&gt;
columns ("^{style [borderbottomwidth=1pt borderbottomcolor=red]Main Title}" col1 col2) ("Title 2" col3 col4);</description>
      <pubDate>Tue, 04 Apr 2006 14:40:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-REPORT-and-ODS/m-p/319#M122</guid>
      <dc:creator>ScottH_SAS</dc:creator>
      <dc:date>2006-04-04T14:40:00Z</dc:date>
    </item>
  </channel>
</rss>

