<?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: how to remove space between a footnote and a table in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688055#M24577</link>
    <description>&lt;P&gt;Typically, in order to change a standard behavior like that, one would have to edit the template for the procedure using Proc Template.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a paper on the first of the procedures you mentioned, Proc Freq.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/freq92.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/freq92.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you get it working for one procedure, you should be able to get it working for the other two fairly easily.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I won't claim to be an expert on Proc Template, but I have done a few things to Proc Freq like adding commas to long numbers (999,999,999) for ease of reading.&amp;nbsp; If you get stuck, post a question, and I'll do what I can.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 23:41:46 GMT</pubDate>
    <dc:creator>jimbarbour</dc:creator>
    <dc:date>2020-09-30T23:41:46Z</dc:date>
    <item>
      <title>how to remove space between a footnote and a table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688049#M24576</link>
      <description>&lt;P&gt;How do you remove space between a footnote and a table from Proc Freq, Proc Print, and Proc Report output. I have tables created using this 3 Procs and there is like 2 space between the footnotes and the tables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 22:43:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688049#M24576</guid>
      <dc:creator>hjjijkkl</dc:creator>
      <dc:date>2020-09-30T22:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove space between a footnote and a table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688055#M24577</link>
      <description>&lt;P&gt;Typically, in order to change a standard behavior like that, one would have to edit the template for the procedure using Proc Template.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a paper on the first of the procedures you mentioned, Proc Freq.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/freq92.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/freq92.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you get it working for one procedure, you should be able to get it working for the other two fairly easily.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I won't claim to be an expert on Proc Template, but I have done a few things to Proc Freq like adding commas to long numbers (999,999,999) for ease of reading.&amp;nbsp; If you get stuck, post a question, and I'll do what I can.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 23:41:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688055#M24577</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-09-30T23:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove space between a footnote and a table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688092#M24578</link>
      <description>&lt;P&gt;What destination are you sending the output to?&lt;/P&gt;
&lt;P&gt;Which ODS Style are you currently using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've played with this a long time ago and it has something do to with the PARSKIP property for the style in use. But changing that will also affect other places using Parskip, titles, space between tables/ different procedures can be affected.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 03:25:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688092#M24578</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-10-01T03:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove space between a footnote and a table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688267#M24587</link>
      <description>I am using "ods rtf” with he file extension .doc</description>
      <pubDate>Thu, 01 Oct 2020 15:48:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688267#M24587</guid>
      <dc:creator>hjjijkkl</dc:creator>
      <dc:date>2020-10-01T15:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove space between a footnote and a table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688268#M24588</link>
      <description>I have an an output folder that I have created in my document.</description>
      <pubDate>Thu, 01 Oct 2020 15:49:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688268#M24588</guid>
      <dc:creator>hjjijkkl</dc:creator>
      <dc:date>2020-10-01T15:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove space between a footnote and a table</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688290#M24589</link>
      <description>&lt;P&gt;With ODS RTF output you might try the alternate ODS TAGSETS.RTF. There are additional options and VSPACE controls additional spaces before/after tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brief example:&lt;/P&gt;
&lt;PRE&gt;ods tagsets.rtf file='myrtf.rtf' OPTIONS(VSPACE='NO');&lt;/PRE&gt;
&lt;P&gt;If it turns out that you do not need this everywhere in the document it might be possible to set for portions of a document by something like&lt;/P&gt;
&lt;PRE&gt;ods tagsets.rtf file='myrtf.rtf' ;

&amp;lt;something that creates output&amp;gt;

ods tagsets.rtf OPTIONS(VSPACE='NO');
&amp;lt;more output procedure&amp;gt;

ods tagsets.rtf options(vspace='YES');

&amp;lt;more output&amp;gt;
ods tagsets.rtf close;&lt;/PRE&gt;
&lt;P&gt;Most of the RTF options are available in Tagsets.rtf but may need to be set a bit differently.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 16:44:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-remove-space-between-a-footnote-and-a-table/m-p/688290#M24589</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-10-01T16:44:07Z</dc:date>
    </item>
  </channel>
</rss>

