<?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 : Create Border and Title should be in side Border in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Create-Border-and-Title-should-be-in-side-Border/m-p/562009#M22803</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I want to create border in SAS Report and Title should be inside of the Border.Can anybody help on getting this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data example;&lt;BR /&gt;input Type $ Color $ Season $ Cost;&lt;BR /&gt;cards;&lt;BR /&gt;flower purple winter 1000&lt;BR /&gt;flower pink spring 2000&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;ods listing;&lt;BR /&gt;ods html file='myhtml.htm';&lt;BR /&gt;title 'Blank cells under the ACROSS variable';&lt;BR /&gt;proc report nowd data=example;&lt;BR /&gt;col type color season,cost;&lt;BR /&gt;define type / group;&lt;BR /&gt;define color / group;&lt;BR /&gt;define season / across ' ';&lt;BR /&gt;define cost / ' ';&lt;BR /&gt;run;&lt;BR /&gt;ods html close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;</description>
    <pubDate>Tue, 28 May 2019 16:14:49 GMT</pubDate>
    <dc:creator>sivastat08</dc:creator>
    <dc:date>2019-05-28T16:14:49Z</dc:date>
    <item>
      <title>Proc Report : Create Border and Title should be in side Border</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Create-Border-and-Title-should-be-in-side-Border/m-p/562009#M22803</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I want to create border in SAS Report and Title should be inside of the Border.Can anybody help on getting this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data example;&lt;BR /&gt;input Type $ Color $ Season $ Cost;&lt;BR /&gt;cards;&lt;BR /&gt;flower purple winter 1000&lt;BR /&gt;flower pink spring 2000&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;ods listing;&lt;BR /&gt;ods html file='myhtml.htm';&lt;BR /&gt;title 'Blank cells under the ACROSS variable';&lt;BR /&gt;proc report nowd data=example;&lt;BR /&gt;col type color season,cost;&lt;BR /&gt;define type / group;&lt;BR /&gt;define color / group;&lt;BR /&gt;define season / across ' ';&lt;BR /&gt;define cost / ' ';&lt;BR /&gt;run;&lt;BR /&gt;ods html close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 16:14:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Create-Border-and-Title-should-be-in-side-Border/m-p/562009#M22803</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2019-05-28T16:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report : Create Border and Title should be in side Border</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Create-Border-and-Title-should-be-in-side-Border/m-p/562044#M22805</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I don't understand what you want:&lt;/P&gt;
&lt;P&gt;1) want a border around the title -where it is now- outside of the table boundary&lt;/P&gt;
&lt;P&gt;2) move the title -inside- the table boundary (use a COMPUTE block and a LINE statement)&lt;/P&gt;
&lt;P&gt;3) get rid of the blank cells under spring and winter????&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="get_rid_cells_or_title.png" style="width: 380px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29813i4C1B62FC9468FB7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="get_rid_cells_or_title.png" alt="get_rid_cells_or_title.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; But this might give you some ideas:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="no_blank_cells.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29814iE28F44B881ED30AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="no_blank_cells.png" alt="no_blank_cells.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 18:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Create-Border-and-Title-should-be-in-side-Border/m-p/562044#M22805</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-05-28T18:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report : Create Border and Title should be in side Border</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Create-Border-and-Title-should-be-in-side-Border/m-p/562195#M22807</link>
      <description>&lt;P&gt;Thanks for the replay Cynthia.&lt;BR /&gt;&lt;BR /&gt;want a border around the table boundary.&lt;BR /&gt;&lt;BR /&gt;Attached sample.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Boundry Border1.jpg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29838i1D857F373FD519AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Boundry Border1.jpg" alt="Boundry Border1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:16:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Create-Border-and-Title-should-be-in-side-Border/m-p/562195#M22807</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2019-05-29T09:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report : Create Border and Title should be in side Border</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Create-Border-and-Title-should-be-in-side-Border/m-p/562296#M22808</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The title is OUTSIDE the table boundary.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="title_outside.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29853iE0AAFAB77F001234/image-size/large?v=v2&amp;amp;px=999" role="button" title="title_outside.png" alt="title_outside.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There isn't a way to put a border around the entire table and the title the way that you show. You can make the border of the table itself dark but the title always sits outside the table -- the best you can do is put a box around the table and another, separate box around the title.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; OR, you can bypass the SAS Title and Footnote statement entirely and just use PROC REPORT for everything with a LINE statement:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fake_title.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29857iC0583B320B8CED42/image-size/large?v=v2&amp;amp;px=999" role="button" title="fake_title.png" alt="fake_title.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 17:50:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Create-Border-and-Title-should-be-in-side-Border/m-p/562296#M22808</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-05-29T17:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report : Create Border and Title should be in side Border</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Create-Border-and-Title-should-be-in-side-Border/m-p/562496#M22809</link>
      <description>Thank you Cynthia,&lt;BR /&gt;&lt;BR /&gt;The code is working fine.Thanks!&lt;BR /&gt;</description>
      <pubDate>Thu, 30 May 2019 09:08:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Report-Create-Border-and-Title-should-be-in-side-Border/m-p/562496#M22809</guid>
      <dc:creator>sivastat08</dc:creator>
      <dc:date>2019-05-30T09:08:13Z</dc:date>
    </item>
  </channel>
</rss>

