<?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: Spaces above and below main body in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Spaces-above-and-below-main-body/m-p/845#M401</link>
    <description>Duong:&lt;BR /&gt;
  I know, however, I generally am not a fan of post-processing any of the files created by ODS, but particularly RTF, since a mismatched { or missing \ can corrupt the RTF file and make it unopen-able.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Sat, 26 May 2007 05:19:43 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2007-05-26T05:19:43Z</dc:date>
    <item>
      <title>Spaces above and below main body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Spaces-above-and-below-main-body/m-p/841#M397</link>
      <description>I am using SAS 9.1.3 and outputting to RTF.&lt;BR /&gt;
&lt;BR /&gt;
Whether or not I use BODYTITLE to produce my outputs, I always get a blank line after my titles, and before my footnotes in my output (using PROC REPORT, PROC GPLOT, etc.).&lt;BR /&gt;
&lt;BR /&gt;
Using the following that I found elsewhere:&lt;BR /&gt;
ODS MARKUP TYPE=STYLE_POPUP FILE="general_faq0007_1.htm" STYLESHEET="general_faq0007.css";&lt;BR /&gt;
&lt;BR /&gt;
&amp;lt; procedure &amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
ODS MARKUP CLOSE;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I can see that the section I'm referring to is the "branch", but I don't know how to modify this.&lt;BR /&gt;
&lt;BR /&gt;
Can anybody please help me?</description>
      <pubDate>Tue, 13 Jun 2006 14:44:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Spaces-above-and-below-main-body/m-p/841#M397</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-06-13T14:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Spaces above and below main body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Spaces-above-and-below-main-body/m-p/842#M398</link>
      <description>Our staff RTF expert is unavailable this week, so it may be next week before we in R&amp;amp;D can respond with a definitive answer.  &lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Tue, 13 Jun 2006 18:09:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Spaces-above-and-below-main-body/m-p/842#M398</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2006-06-13T18:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Spaces above and below main body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Spaces-above-and-below-main-body/m-p/843#M399</link>
      <description>There is no tagset for RTF in 9.1.3 that you can change. However, this PharmaSUG paper illustrates a technique for inserting RTF control strings into a file to delete the space above the table. I believe that -that- is your issue -- the space that's put above and between tables -- which is unrelated to the space that goes around a title:&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;A href="http://www.lexjansen.com/pharmasug/2005/applicationsdevelopment/ad16.pdf" target="_blank"&gt;http://www.lexjansen.com/pharmasug/2005/applicationsdevelopment/ad16.pdf&lt;/A&gt;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
There is good news for SAS 9.2 -- by then, there will be a destination known as "measured RTF" and I believe that under that scenario, there will be a tagset to modify. But, even better, I think he's added a facility to allow you to alter the number of spaces that you see above and/or between tables--without needing to change the tagset. When he gets back he can verify this. The preliminary documentation, however, indicates that there will be a PARSKIP style element that you can change in a style template:&lt;BR /&gt;
[pre]&lt;BR /&gt;
http://support.sas.com/rnd/base/topics/new92/92measuredrtf.html[/pre]&lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 15 Jun 2006 12:32:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Spaces-above-and-below-main-body/m-p/843#M399</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2006-06-15T12:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Spaces above and below main body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Spaces-above-and-below-main-body/m-p/844#M400</link>
      <description>Hi Cynthia&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately the ODS RTF in 8.2 and 9.1.3 was built with this inflexibility.&lt;BR /&gt;
I am sure with 9.2 you can define how you want for this in the RTF tagsets.&lt;BR /&gt;
&lt;BR /&gt;
Anyhow you can do this in 8.2 and 9.1.3 with one line of SAS code in post-processing&lt;BR /&gt;
ie change \par} to \}&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Duong</description>
      <pubDate>Fri, 25 May 2007 02:02:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Spaces-above-and-below-main-body/m-p/844#M400</guid>
      <dc:creator>Duong</dc:creator>
      <dc:date>2007-05-25T02:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Spaces above and below main body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Spaces-above-and-below-main-body/m-p/845#M401</link>
      <description>Duong:&lt;BR /&gt;
  I know, however, I generally am not a fan of post-processing any of the files created by ODS, but particularly RTF, since a mismatched { or missing \ can corrupt the RTF file and make it unopen-able.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sat, 26 May 2007 05:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Spaces-above-and-below-main-body/m-p/845#M401</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-05-26T05:19:43Z</dc:date>
    </item>
  </channel>
</rss>

