<?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/reduce space between reports? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-remove-reduce-space-between-reports/m-p/104471#M9821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; In SAS "original" ODS RTF, there is no easy way from the SAS end, to change the space between tables. However, starting in SAS 9.2, with ODS TAGSETS.RTF (the new "measured" RTF destination), there is a style element that "touches" the space between tables. Look at this previous forum posting (&lt;A _jive_internal="true" href="https://communities.sas.com/thread/30806?start=0"&gt;https://communities.sas.com/thread/30806?start=0&lt;/A&gt;) and read about PARSKIP in the link in that post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2012 22:46:41 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2012-10-23T22:46:41Z</dc:date>
    <item>
      <title>how to remove/reduce space between reports?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-remove-reduce-space-between-reports/m-p/104469#M9819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am trying to combine multiple reports on single page. Clients want all on single page on RTF. I am using ODS RTF. Can someone provide any help to remove or reduce gaps between when multiple reports are produced using ODS STARTPAGE = NO.&amp;nbsp; Here is my code and output (attached in PDF format). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods&amp;nbsp; rtf style = journal text = "~S={font=('ARIAL',8pt,bold) just=c } First Report1 ";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc print data = sashelp.class(obs = 5) noobs l;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods&amp;nbsp; rtf startpage = no text = "~S={font=('ARIAL',8pt,bold) just=c } Second Report";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc print data = sashelp.class(obs = 5) noobs l;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 20:41:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-remove-reduce-space-between-reports/m-p/104469#M9819</guid>
      <dc:creator>srisoham</dc:creator>
      <dc:date>2012-10-23T20:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove/reduce space between reports?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-remove-reduce-space-between-reports/m-p/104470#M9820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's not much space in the PDF version. I assume from my experience that you are talking about there being two blank lines between every table and following table or title. When I asked about this about two years ago the answer was basically not much that can be done as those lines are added by some fundamental class that we can't adjust.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best I came up with was to make the lines the smallest font size I could get Word to accept.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 22:01:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-remove-reduce-space-between-reports/m-p/104470#M9820</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-10-23T22:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove/reduce space between reports?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-remove-reduce-space-between-reports/m-p/104471#M9821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; In SAS "original" ODS RTF, there is no easy way from the SAS end, to change the space between tables. However, starting in SAS 9.2, with ODS TAGSETS.RTF (the new "measured" RTF destination), there is a style element that "touches" the space between tables. Look at this previous forum posting (&lt;A _jive_internal="true" href="https://communities.sas.com/thread/30806?start=0"&gt;https://communities.sas.com/thread/30806?start=0&lt;/A&gt;) and read about PARSKIP in the link in that post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 22:46:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-remove-reduce-space-between-reports/m-p/104471#M9821</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-10-23T22:46:41Z</dc:date>
    </item>
  </channel>
</rss>

