<?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: Space Between Table and Footnote in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/5383#M2171</link>
    <description>Hi:&lt;BR /&gt;
  I think the amount of space that is used to separate the footnote from the table is 2 spaces when you use BODYTITLE, (same as when you use STARTPAGE). In the future, there will be a way to decrease this amount of space -- either through the measured RTF destination (in 9.2) or with a style element, as described here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/new92/92measuredrtf.html" target="_blank"&gt;http://support.sas.com/rnd/base/new92/92measuredrtf.html&lt;/A&gt; (see the description of the PARSKIP style element).&lt;BR /&gt;
&lt;BR /&gt;
Sadly, however, I do not think this element works in 9.1.3 with the "classic" RTF destination. So you may need to keep post processing the file to remove the spaces that you don't want. &lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Tue, 06 Nov 2007 15:29:46 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2007-11-06T15:29:46Z</dc:date>
    <item>
      <title>Space Between Table and Footnote</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/5382#M2170</link>
      <description>I am creating an RTF file through ODS and PROC REPORT, and I am noticing that 1 or 2 blank lines are being placed between the table and the footnotes.  I can remove these lines in the file (post-processing), but I was wondering if there is a way to control this within the SAS code.  Here is an example of the code that I am using.  The style is a modified version of the Journal style template.  If a part of the style template controls this spacing, please let me know:&lt;BR /&gt;
&lt;BR /&gt;
ods rtf file="&lt;FILENAME&gt;.rtf"&lt;BR /&gt;
        style=Myjournal bodytitle;&lt;BR /&gt;
ods escapechar='^';&lt;BR /&gt;
&lt;BR /&gt;
title1 bold justify=l "Title 1"; &lt;BR /&gt;
proc report data=test headline headskip split="|" nowd spacing=2 style(report)={asis=on just=l cellpadding=5 borderwidth=5};&lt;BR /&gt;
   columns gp i x1 x2 x3 x4 x5 ;&lt;BR /&gt;
   define gp    / order noprint;&lt;BR /&gt;
   define i     / display width=20 "Variable" left flow format=cat. style(column)={cellwidth=25% asis=on};&lt;BR /&gt;
   define x1    / display width=12 "Group 1|(N=XXX)" center style={cellwidth=13%};&lt;BR /&gt;
   define x2    / display width=12 "Group 2|(N=XXX)" center style={cellwidth=13%};&lt;BR /&gt;
   define x3    / display width=12 "Group 3|(N=XXX)" center style={cellwidth=13%};&lt;BR /&gt;
   define x4    / display width=12 "Placebo|(N=XXX)" center style={cellwidth=13%};&lt;BR /&gt;
   define x5    / display width=12 "Total|(N=XXX)" center style={cellwidth=13%};&lt;BR /&gt;
   compute before gp;&lt;BR /&gt;
      line @1 gp gp.;&lt;BR /&gt;
   endcomp;&lt;BR /&gt;
   compute after gp;&lt;BR /&gt;
      line " ";&lt;BR /&gt;
   endcomp;&lt;BR /&gt;
   footnote1 justify=l "Footnote 1";&lt;BR /&gt;
   footnote2 justify=l "^{super a} Footnote 2.";&lt;BR /&gt;
   footnote3 justify=l "^{super b} Footnote 3.";&lt;BR /&gt;
   footnote4 justify=l "Note: This is an example note.";&lt;BR /&gt;
   footnote5 justify=l "&amp;amp;sysdate9 &amp;amp;systime";&lt;BR /&gt;
run;&lt;BR /&gt;
ods rtf close;&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
&lt;BR /&gt;
-Phil&lt;/FILENAME&gt;</description>
      <pubDate>Tue, 06 Nov 2007 14:29:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/5382#M2170</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-11-06T14:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Space Between Table and Footnote</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/5383#M2171</link>
      <description>Hi:&lt;BR /&gt;
  I think the amount of space that is used to separate the footnote from the table is 2 spaces when you use BODYTITLE, (same as when you use STARTPAGE). In the future, there will be a way to decrease this amount of space -- either through the measured RTF destination (in 9.2) or with a style element, as described here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/new92/92measuredrtf.html" target="_blank"&gt;http://support.sas.com/rnd/base/new92/92measuredrtf.html&lt;/A&gt; (see the description of the PARSKIP style element).&lt;BR /&gt;
&lt;BR /&gt;
Sadly, however, I do not think this element works in 9.1.3 with the "classic" RTF destination. So you may need to keep post processing the file to remove the spaces that you don't want. &lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 06 Nov 2007 15:29:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/5383#M2171</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-11-06T15:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Space Between Table and Footnote</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/5384#M2172</link>
      <description>Hi Cynthia!&lt;BR /&gt;
   Thanks for your response!  I was afraid that this version did not have the capability, because I tried so many things, and none of them gave me the result I needed.  Oh well, we'll keep the post-processing for now, until the next version.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again!&lt;BR /&gt;
&lt;BR /&gt;
-Phil</description>
      <pubDate>Tue, 06 Nov 2007 15:40:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/5384#M2172</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-11-06T15:40:40Z</dc:date>
    </item>
  </channel>
</rss>

