<?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 borders in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-borders/m-p/388848#M19084</link>
    <description>&lt;P&gt;I'm not going to look at DOCX files from an unknown source.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The STYLE section in the define blocks will allow you to set border colors start with bordercolor=gray for the desired columns. You can have separate colors for top, bottom, right and left as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your current border definition is coming from you active ODS style.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2017 15:17:43 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-08-17T15:17:43Z</dc:date>
    <item>
      <title>proc report borders</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-borders/m-p/388824#M19083</link>
      <description>&lt;P&gt;Hi! I'd like to have my last two colums have gray borders. Currently they are showing up white//no borders. Any ideas??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;format&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="#0000ff" face="Courier New" size="2"&gt;value&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; pback&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;low - &amp;lt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.05&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'ltgray'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;50&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'ltgray'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;other = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'white'&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;value&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; mypval&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;low - &amp;lt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.001&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'&amp;lt;0.001'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;other = [&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;best5.&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;value&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; pfront&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;50&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'ltgray'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;other = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'black'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = perm.normalNT2 &lt;/FONT&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;headline&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;headskip&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;missing&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;center&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)=[cellspacing=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; borderwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; bordercolor=black]&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) = {font_weight = light font_face = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'Times New Roman'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; font_size = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;9&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;pt 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; cellheight=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;.65&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in}&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) = {font_face = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'Times New Roman'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; font_size = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;9&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;pt just = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;center&lt;/FONT&gt; &lt;FONT color="#008000" face="Courier New" size="2"&gt;/*asis = on*/&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; cellheight=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;.22&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in};&lt;/FONT&gt;&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; x y z&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;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; x&amp;nbsp;/ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&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;mypval.&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'P-Value/for/Normality/Test'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;center&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;16&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;mm &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;/*cellheight=.2in*/&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;] style(column)=[background=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;pback.&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;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;y / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&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;mypval.&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'P-Value/for/Equality/of Means'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;center&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;15&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;mm &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;/*cellheight=.2in*/&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;] style(column)=[background=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;pback.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; foreground =&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;pfront.&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;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;z / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&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;mypval.&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;'P-Value/for/Equality of/Variances'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;center&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=[cellwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;17&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;mm &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;/*cellheight=.2in*/&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;] style(column)=[background=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;pback.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; foreground =&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;pfront.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;] ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&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;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-borders/m-p/388824#M19083</guid>
      <dc:creator>nirali514</dc:creator>
      <dc:date>2017-08-17T14:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: proc report borders</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-borders/m-p/388848#M19084</link>
      <description>&lt;P&gt;I'm not going to look at DOCX files from an unknown source.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The STYLE section in the define blocks will allow you to set border colors start with bordercolor=gray for the desired columns. You can have separate colors for top, bottom, right and left as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your current border definition is coming from you active ODS style.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 15:17:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-borders/m-p/388848#M19084</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-08-17T15:17:43Z</dc:date>
    </item>
  </channel>
</rss>

