<?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: Controlling borders using Proc Report and ODS (black fails, control individual header cells) in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/342059#M18147</link>
    <description>&lt;P&gt;Using one of Cynthia's examples I tried again. This time it seems to work. Here is the revised code for printing the report, the data parts are the same as previously.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;/* Macro to add bottom border to column */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;%macro&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; add_bottom_border(column_name);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; compute &amp;amp;column_name;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; if Parameter = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; THEN CALL DEFINE(_col_, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"STYLE=[borderbottomcolor=black]"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; endcomp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;%mend&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; add_bottom_border;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Macro to add bottom border to table */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;%macro&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; &lt;STRONG&gt;&lt;I&gt;add_bottom_border_to_table&lt;/I&gt;&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(Parameter);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(eri);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(combFlc);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(a1M);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(b2M);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(crp);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(plr);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(albumin);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(il6);&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;%mend&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; add_bottom_border;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;rtf&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Y:\Users\Slavik\bss4.rtf"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;escapechar&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'^'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;nowindows&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=RTF_EXAMPLE3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)={background=white fontweight=bold};&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; column&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; (&lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;/*"^{style[textdecoration=underline]The Topmost header}"*/&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"^{style[borderleftcolor=white bordertopcolor=white]} "&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter ERI)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Middle Molecules^{super 2}"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; combFlc a1M b2M)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Markers of Inflammation^{super 3}"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; crp plr albumin il6)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;group&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"Parameter"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;cp.&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;order&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=internal&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[borderleftcolor=white]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderleftcolor=white borderbottomcolor=white];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; eri/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"ERI^{super 1}"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderbottomcolor=white just=d];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; combFlc/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"Combined FLC"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=white borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; a1M/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"^{unicode 03B1}1M"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=white borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; b2M/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"^{unicode 03B2}2M"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; crp/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"CRP"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=white borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; plr/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"PLR"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=white borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; albumin/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"albumin"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=white borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; il6/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"IL-6"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border_to_table&lt;/I&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Mar 2017 17:29:00 GMT</pubDate>
    <dc:creator>Bradley_Slavik</dc:creator>
    <dc:date>2017-03-17T17:29:00Z</dc:date>
    <item>
      <title>Controlling borders using Proc Report and ODS RTF (black fails, control individual header cells)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/340476#M18110</link>
      <description>&lt;P&gt;I have two questions. Using SAS 9.4 on Windows here.&lt;BR /&gt;&lt;BR /&gt;First I have a very short program which prints out a table which is almost correct. I would like the top left cell to not have a top line drawn. I suspect there might be a way to have a&amp;nbsp;fake no print column as first column and control printing for various cells based on its value but I have not figured out how to do this.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Second, I had trouble drawing borders. Some of these borders&amp;nbsp;did NOT draw when I set border color to black, but worked fine when I used orange. This seems like a bug, but perhaps I am misunderstanding what is happening.&lt;BR /&gt;&lt;BR /&gt;I have included bogus data and all code necessary to draw table. I hope someone who has worked with PROC Report for years might be able to enlighten me. This is the first time I have used it.&lt;BR /&gt;&lt;BR /&gt;(Edited, added macro for bcolor to assist in testing different border colors. Also included output files for bcolor=red, orange, and black. Perhaps it is a defective version of Microsoft Word which is making it look like the borders are not there for the black version?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA RTF_EXAMPLE3;&lt;BR /&gt;INPUT Parameter ERI CombFlc a1M b2M crp plr albumin il6;&lt;BR /&gt;CARDS;&lt;BR /&gt;1 1 .6 .7 .3 .4 .1 .2 .3&lt;BR /&gt;2 .3 1 .6 .7 .3 .4 .1 .2&lt;BR /&gt;3 .2 .3 1 .6 .7 .3 .4 .1&lt;BR /&gt;4 .1 .2 .3 1 .6 .7 .3 .4&lt;BR /&gt;5 .4 .1 .2 .3 1 .6 .7 .3&lt;BR /&gt;6 .3 .4 .1 .2 .3 1 .6 .7&lt;BR /&gt;7 .7 .3 .4 .1 .2 .3 1 .6&lt;BR /&gt;8 .6 .7 .3 .4 .1 .2 .3 1&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;proc format;&lt;BR /&gt;&amp;nbsp;value cp&lt;BR /&gt;&amp;nbsp;1='ERI'&lt;BR /&gt;&amp;nbsp;2='Combined FLC'&lt;BR /&gt;&amp;nbsp;3="~{unicode 03B1}1M"&lt;BR /&gt;&amp;nbsp;4="~{unicode 03B2}2M"&lt;BR /&gt;&amp;nbsp;5='cpr'&lt;BR /&gt;&amp;nbsp;6='PRL'&lt;BR /&gt;&amp;nbsp;7='albumin'&lt;BR /&gt;&amp;nbsp;8='IL-6';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%LET&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; bcolor=red;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;HTML&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CLOSE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ESCAPECHAR&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'~'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;rtf&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Y:\Users\Slavik\rptbss3.rtf"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;columns&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;nowindows&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=RTF_EXAMPLE3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(report)=[rules=none frame=void]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;center&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; font_weight=bold background=white borderbottomcolor=&amp;amp;bcolor bordertopcolor=&amp;amp;bcolor borderrightcolor=&amp;amp;bcolor protectspecialchars=off];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;/* column Parameter eri ("Middle Molecules~{super 2} \brdrl\brdrs\brdrw10\brsp0 \brdrt\brdrs\brsp0 \brdrr\brdrs\brsp0" combFlc a1M b2M)&lt;/P&gt;&lt;P&gt;("Markers of Inflammation~{super 3} \brdrl\brdrs\brdrt\brdrs\brdrr\brdrs" crp plr albumin il6); */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;column&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter eri (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Middle Molecules~{super 2}"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; combFlc a1M b2M)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Markers of Inflammation~{super 3}"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; crp plr albumin il6);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;group&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"Parameter"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;cp.&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;order&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=internal&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[borderrightcolor=&amp;amp;bcolor]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=&amp;amp;bcolor];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; eri/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"ERI~{super 1}"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[borderrightcolor=&amp;amp;bcolor just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=&amp;amp;bcolor just=d];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; combFlc/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"Combined FLC"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[borderrightcolor=white cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; a1M/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"~{unicode 03B1}1M"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[borderrightcolor=white just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; b2M/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"~{unicode 03B2}2M"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[borderrightcolor=&amp;amp;bcolor just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=&amp;amp;bcolor just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; crp/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"CRP"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[borderrightcolor=white just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; plr/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"PLR"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[borderrightcolor=white just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; albumin/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"albumin"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[borderrightcolor=white just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; il6/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"IL-6"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[borderrightcolor=&amp;amp;bcolor just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=&amp;amp;bcolor just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;compute&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;before&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;.&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;THEN&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CALL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(_col_, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"STYLE=[bordertopcolor=&amp;amp;bcolor]"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ENDCOMP&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;/* This is to add line at bottom of table */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;compute&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;THEN&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CALL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(_col_, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"STYLE=[borderbottomcolor=&amp;amp;bcolor]"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endcomp&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;compute&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; eri;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;THEN&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CALL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(_col_, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"STYLE=[borderbottomcolor=&amp;amp;bcolor]"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endcomp&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;compute&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; combFlc;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;THEN&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CALL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(_col_, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"STYLE=[borderbottomcolor=&amp;amp;bcolor]"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endcomp&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;compute&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; a1M;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;THEN&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CALL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(_col_, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"STYLE=[borderbottomcolor=&amp;amp;bcolor]"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endcomp&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;compute&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; b2M;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;THEN&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CALL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(_col_, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"STYLE=[borderbottomcolor=&amp;amp;bcolor]"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endcomp&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;compute&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; crp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;THEN&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CALL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(_col_, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"STYLE=[borderbottomcolor=&amp;amp;bcolor]"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endcomp&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;compute&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; plr;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;THEN&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CALL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(_col_, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"STYLE=[borderbottomcolor=&amp;amp;bcolor]"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endcomp&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;compute&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; albumin;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;THEN&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CALL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(_col_, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"STYLE=[borderbottomcolor=&amp;amp;bcolor]"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endcomp&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;compute&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; il6;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;THEN&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;CALL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(_col_, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"STYLE=[borderbottomcolor=&amp;amp;bcolor]"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endcomp&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 18:53:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/340476#M18110</guid>
      <dc:creator>Bradley_Slavik</dc:creator>
      <dc:date>2017-03-13T18:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling borders using Proc Report and ODS (black fails, control individual header cells)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/340528#M18111</link>
      <description>&lt;P&gt;When I run your code with your data the "top left" cell, in fact none of the top row have a top line. You may need to be more explicit about what you need if that isn't quite what you mean.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similarly, if I replace 'orange' with 'black' the lines are drawn in black that were orange.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may want to try specifying a style in the ods rtf statement. The default being used for RTF may be having issues. Do you see any notes related to style in the log?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also many times if you attempt to change borderrightcolor you may need to set borderleftcolor on the cell to the right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not quite sure what you are attempting for a final appearance but I would guess that perhaps you may want to try one of the JOURNAL styles and remove most of your style code in the body of the report.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 18:05:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/340528#M18111</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-03-13T18:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling borders using Proc Report and ODS (black fails, control individual header cells)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/340537#M18112</link>
      <description>&lt;P&gt;I have added RTF files which are being produced by my system. Maybe it is a Microsoft issue. The top left cell which has no text in has a top border. Our analyst does not want it to have one. The rest of the top row is showing top borders (above Middle Molecules and Markers of Inflammation). Perhaps you see something different on your systems. We have Microsoft Office 2010 installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 18:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/340537#M18112</guid>
      <dc:creator>Bradley_Slavik</dc:creator>
      <dc:date>2017-03-13T18:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling borders using Proc Report and ODS (black fails, control individual header cells)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/340571#M18113</link>
      <description>&lt;P&gt;The whole report is a table. The elements are cells. All of them have "borders" as defined by a cell border in an rtf table. Or the equivalent in HTML or PDF.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would wonder what the concern is about the prescence/non-presence may be. Unless this is a parameter file to be read by some other program for a non-wordprocessing process I don't see an issue as long as RTF is the desired output.&lt;/P&gt;
&lt;P&gt;If you want a plain text output then a different approach such as Proc Printto may work (though you may have issues with superscript and unicode output with that approach)&amp;nbsp;but as long as the output is RTF you are going to get tables/cells with borders visible or not.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 19:56:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/340571#M18113</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-03-13T19:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling borders using Proc Report and ODS (black fails, control individual header cells)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/341620#M18137</link>
      <description>&lt;P&gt;Thank you for that clarification. We need RTF output. I have tried all the built-in RTF reports. Our analyst has borders she wants. I am trying to eliminate certain borders that show in in the standard reports. The table printed by the code I submitted is almost perfect. Just need the top border of the top left cell removed, but I have not been able to remove that border without removing other borders that the analyst likes. This is not my preference but it is my job to produce reports.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 15:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/341620#M18137</guid>
      <dc:creator>Bradley_Slavik</dc:creator>
      <dc:date>2017-03-16T15:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling borders using Proc Report and ODS (black fails, control individual header cells)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/342059#M18147</link>
      <description>&lt;P&gt;Using one of Cynthia's examples I tried again. This time it seems to work. Here is the revised code for printing the report, the data parts are the same as previously.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;/* Macro to add bottom border to column */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;%macro&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; add_bottom_border(column_name);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; compute &amp;amp;column_name;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; if Parameter = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; THEN CALL DEFINE(_col_, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"STYLE=[borderbottomcolor=black]"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; endcomp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;%mend&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; add_bottom_border;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Macro to add bottom border to table */&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;%macro&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; &lt;STRONG&gt;&lt;I&gt;add_bottom_border_to_table&lt;/I&gt;&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(Parameter);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(eri);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(combFlc);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(a1M);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(b2M);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(crp);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(plr);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(albumin);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border&lt;/I&gt;&lt;/STRONG&gt;(il6);&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;%mend&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; add_bottom_border;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;rtf&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Y:\Users\Slavik\bss4.rtf"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;escapechar&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'^'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;nowindows&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=RTF_EXAMPLE3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)={background=white fontweight=bold};&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; column&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; (&lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;/*"^{style[textdecoration=underline]The Topmost header}"*/&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"^{style[borderleftcolor=white bordertopcolor=white]} "&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter ERI)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Middle Molecules^{super 2}"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; combFlc a1M b2M)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Markers of Inflammation^{super 3}"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; crp plr albumin il6)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Parameter/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;group&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"Parameter"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;cp.&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;order&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=internal&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[borderleftcolor=white]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderleftcolor=white borderbottomcolor=white];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; eri/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"ERI^{super 1}"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderbottomcolor=white just=d];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; combFlc/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"Combined FLC"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=white borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; a1M/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"^{unicode 03B1}1M"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=white borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; b2M/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"^{unicode 03B2}2M"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; crp/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"CRP"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=white borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; plr/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"PLR"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=white borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; albumin/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"albumin"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderrightcolor=white borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp; define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; il6/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"IL-6"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(header)=[just=c]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(column)=[borderbottomcolor=white just=c];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %&lt;STRONG&gt;&lt;I&gt;add_bottom_border_to_table&lt;/I&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 17:29:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Controlling-borders-using-Proc-Report-and-ODS-RTF-black-fails/m-p/342059#M18147</guid>
      <dc:creator>Bradley_Slavik</dc:creator>
      <dc:date>2017-03-17T17:29:00Z</dc:date>
    </item>
  </channel>
</rss>

