<?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/546216#M22572</link>
    <description>&lt;P&gt;Do the FOOTNOTES appear in the FOOTER of the RTF document?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 15:54:55 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-03-26T15:54:55Z</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/546186#M22569</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using TAGSETS.RTF_SAMPLE combined with a slightly modified style that has as parent STYLES.PRINTER. For some reason I can't explain, I end up with a large space between the last row of my table and the first footnote (see attached picture).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the PARSKIP fontsize set to 1pt and it works fine to remove the space between the titles and the headers of my table. But I simply can't figure out how I can remove the extra space between the last row of my table and the footnotes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea? I'm sure it must be a style element that needs to be updated but which one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 15:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/546186#M22569</guid>
      <dc:creator>dostiep</dc:creator>
      <dc:date>2019-03-26T15:02:31Z</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/546195#M22570</link>
      <description>&lt;P&gt;Share at least the code you are using to generate the document. ODS options and the proc that generates the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since your "docx" has a picture and is not an actual rtf document to begin with&amp;nbsp;then it is impossible to tell what was actually placed in the document.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may want to investigate the tagset option VSPACE='OFF' if the footnotes are not appearing in the footer section of a page.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 15:16:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/546195#M22570</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-03-26T15:16:36Z</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/546211#M22571</link>
      <description>&lt;P&gt;This is the SAS code I use to modify the STYLES.PRINTER:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;template&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; styles.testrtf / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;store&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=work.templat;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;parent&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = styles.printer;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Container /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;backgroundcolor&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = white&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;bordercolor&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = black&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;color&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = black&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;protectspecialchars = off&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;asis&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = on;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Document from Container;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Body from Container /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;leftmargin = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;rightmargin = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;topmargin = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;bottommargin = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Output from Container /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;outputwidth&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;100&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;%&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;frame&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = hsides;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; parskip / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;fontsize&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; SystemTitle from TitlesAndFooters /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;font&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Courier New"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vjust = B;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; SystemFooter from TitlesAndFooters /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;font&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Courier New"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Byline from BylineContainer /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;font&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Courier New"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;textalign&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = L;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; table from output /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;cellpadding&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;borderwidth&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;rules&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = groups;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; header from header /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;borderwidth&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;frame&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = below&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;rules&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = groups;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; rowheader from rowheader /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;rules&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = rows&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;frame&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = below;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Cell from Container /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;rules&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = NONE;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; HeadersAndFooters from Cell /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;font&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Courier New"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;textalign&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = C&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vjust = B;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Data from Cell /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;font&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Courier New"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;textalign&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = L&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vjust = T;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; NoteContent from Cell /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;font&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Courier New"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;textalign&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = L&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vjust = T;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;end&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this is the code I use to assign the style I created to my new tagset that has as parent RTF_SAMPLE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;template&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" face="Courier New" size="3"&gt;measured&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;define&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;tagset&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; tagsets.testrtf / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;store&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=work.templat;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;parent&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = tagsets.rtf_sample;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;uniform = yes;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;default_style=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"styles.testrtf"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally, the ODS stattement I use before my PROC REPORT:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;ods tagsets.testrtf options (CONTINUE_TAG=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"off"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; vspace=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"no"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;) pagepanels=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; file=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&amp;amp;_file."&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; newfile=none;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 15:43:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/546211#M22571</guid>
      <dc:creator>dostiep</dc:creator>
      <dc:date>2019-03-26T15:43:41Z</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/546216#M22572</link>
      <description>&lt;P&gt;Do the FOOTNOTES appear in the FOOTER of the RTF document?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 15:54:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/546216#M22572</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-03-26T15:54:55Z</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/546217#M22573</link>
      <description>Yes they do, that's the point of using RTF_SAMPLE rather than RTF tagset.</description>
      <pubDate>Tue, 26 Mar 2019 15:58:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/546217#M22573</guid>
      <dc:creator>dostiep</dc:creator>
      <dc:date>2019-03-26T15:58:45Z</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/546226#M22574</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/89771"&gt;@dostiep&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Yes they do, that's the point of using RTF_SAMPLE rather than RTF tagset.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you are intentionally placing the footnotes into the footer area of a document then have intentionally placed them so that space&lt;STRONG&gt; will&lt;/STRONG&gt; occur between the table and the footnote except in the rare case when a table ends just above the footer area.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want the text to appear closer to the table you may actually want something like ODS TEXT, Proc Odstext or Odslist but those won't repeat if that is the reason you are placing things into the footer.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 16:13:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Space-Between-Table-and-Footnote/m-p/546226#M22574</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-03-26T16:13:13Z</dc:date>
    </item>
  </channel>
</rss>

