<?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: Lines and borders in ODS and PROC REPORT in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Lines-and-borders-in-ODS-and-PROC-REPORT/m-p/764#M356</link>
    <description>Well, you are correct on many counts. It should be easy and it is not. Things are better in 9.2, but that does not help. I also believe this is a defect for frame=below in RTF. &lt;BR /&gt;
&lt;BR /&gt;
Here is some code to get that double line at the bottom of Proc Report. Control of borders on specific cells is not going to work in 9.1. &lt;BR /&gt;
&lt;BR /&gt;
If you want to talk over the this code and what it is doing, please let me know. &lt;BR /&gt;
&lt;BR /&gt;
Here is a test program:&lt;BR /&gt;
&lt;BR /&gt;
ods path work.templat(update) sashelp.tmplmst(read);&lt;BR /&gt;
ods escapechar ="*" ;&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
   define style test;&lt;BR /&gt;
   parent=styles.rtf;&lt;BR /&gt;
   style table from table /&lt;BR /&gt;
      frame=below rules=none  borderbottomstyle="double"&lt;BR /&gt;
      ;&lt;BR /&gt;
   end;&lt;BR /&gt;
run;          &lt;BR /&gt;
ods rtf file="h.rtf" footerrulestyle="double" style=test ;&lt;BR /&gt;
&lt;BR /&gt;
proc report data=sashelp.class;  run ; &lt;BR /&gt;
&lt;BR /&gt;
ods rtf close ;</description>
    <pubDate>Fri, 02 Jun 2006 17:55:26 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-06-02T17:55:26Z</dc:date>
    <item>
      <title>Lines and borders in ODS and PROC REPORT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Lines-and-borders-in-ODS-and-PROC-REPORT/m-p/763#M355</link>
      <description>I wish to do something that (I think) should be quite simple, but is proving to be rediculously difficult to do.&lt;BR /&gt;
&lt;BR /&gt;
I am using PROC REPORT and outputting to RTF using ODS (and am using SAS 9.1.3).&lt;BR /&gt;
I have created by own style sheet using PROC TEMPLATE, but I need assistance with one part.&lt;BR /&gt;
&lt;BR /&gt;
I want my output to have a solid single line separating the column headers from the values in the columns, and I want a doubleline at the base of the "table".&lt;BR /&gt;
&lt;BR /&gt;
In my PROC TEMPLATE I am using:&lt;BR /&gt;
&lt;BR /&gt;
     style table from container /&lt;BR /&gt;
          frame = below&lt;BR /&gt;
          rules = none&lt;BR /&gt;
          borderbottomstyle = double&lt;BR /&gt;
&lt;BR /&gt;
However this gives a double line under the column headers as well as at the base of the table.&lt;BR /&gt;
&lt;BR /&gt;
Can somebody please give me guidance?</description>
      <pubDate>Thu, 01 Jun 2006 17:11:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Lines-and-borders-in-ODS-and-PROC-REPORT/m-p/763#M355</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-06-01T17:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lines and borders in ODS and PROC REPORT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Lines-and-borders-in-ODS-and-PROC-REPORT/m-p/764#M356</link>
      <description>Well, you are correct on many counts. It should be easy and it is not. Things are better in 9.2, but that does not help. I also believe this is a defect for frame=below in RTF. &lt;BR /&gt;
&lt;BR /&gt;
Here is some code to get that double line at the bottom of Proc Report. Control of borders on specific cells is not going to work in 9.1. &lt;BR /&gt;
&lt;BR /&gt;
If you want to talk over the this code and what it is doing, please let me know. &lt;BR /&gt;
&lt;BR /&gt;
Here is a test program:&lt;BR /&gt;
&lt;BR /&gt;
ods path work.templat(update) sashelp.tmplmst(read);&lt;BR /&gt;
ods escapechar ="*" ;&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
   define style test;&lt;BR /&gt;
   parent=styles.rtf;&lt;BR /&gt;
   style table from table /&lt;BR /&gt;
      frame=below rules=none  borderbottomstyle="double"&lt;BR /&gt;
      ;&lt;BR /&gt;
   end;&lt;BR /&gt;
run;          &lt;BR /&gt;
ods rtf file="h.rtf" footerrulestyle="double" style=test ;&lt;BR /&gt;
&lt;BR /&gt;
proc report data=sashelp.class;  run ; &lt;BR /&gt;
&lt;BR /&gt;
ods rtf close ;</description>
      <pubDate>Fri, 02 Jun 2006 17:55:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Lines-and-borders-in-ODS-and-PROC-REPORT/m-p/764#M356</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-06-02T17:55:26Z</dc:date>
    </item>
  </channel>
</rss>

