<?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: remove the blank line between the titile and talbe in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30954#M4650</link>
    <description>Hi Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to remove the blank line between titles  and the output of proc report on all pages? Title statement used to output title, proc report to generate a table and output using ODS RTF</description>
    <pubDate>Thu, 19 Feb 2009 09:06:40 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-02-19T09:06:40Z</dc:date>
    <item>
      <title>remove the blank line between the titile and talbe</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30950#M4646</link>
      <description>By default, there is always a blank line between the title and table of RTF output (so are other ODS destinations), but it is not necessary in my report. So, how can I remove the blank line vis proc template or other ways?</description>
      <pubDate>Sat, 12 Jul 2008 02:26:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30950#M4646</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-07-12T02:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: remove the blank line between the titile and talbe</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30951#M4647</link>
      <description>up</description>
      <pubDate>Fri, 18 Jul 2008 15:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30951#M4647</guid>
      <dc:creator>Cyril_FR</dc:creator>
      <dc:date>2008-07-18T15:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: remove the blank line between the titile and talbe</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30952#M4648</link>
      <description>In order to not have a blank line, &lt;BR /&gt;
instead of using the option bodytitle with title="Table i - Results...", &lt;BR /&gt;
use the ods rtf text="^S={font_size=11pt font_face='Times New Roman' FONT_SIZE = 11pt FONT_WEIGHT = bold FONT_STYLE = italic}&lt;BR /&gt;
Table i - Results..." columns=1;</description>
      <pubDate>Tue, 29 Jul 2008 12:15:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30952#M4648</guid>
      <dc:creator>Cyril_FR</dc:creator>
      <dc:date>2008-07-29T12:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: remove the blank line between the titile and talbe</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30953#M4649</link>
      <description>This works really well for titles that are on the first page of a table created by proc report. &lt;BR /&gt;
&lt;BR /&gt;
I want to repeat the title on each page with no gap between title and table for tables that have multiple pages generated by a proc report. how would I do this? ( we are currently on SAS 9.1.3)

Message was edited by: BrianH</description>
      <pubDate>Fri, 13 Feb 2009 14:09:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30953#M4649</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-13T14:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: remove the blank line between the titile and talbe</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30954#M4650</link>
      <description>Hi Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to remove the blank line between titles  and the output of proc report on all pages? Title statement used to output title, proc report to generate a table and output using ODS RTF</description>
      <pubDate>Thu, 19 Feb 2009 09:06:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30954#M4650</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-19T09:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: remove the blank line between the titile and talbe</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30955#M4651</link>
      <description>Hi:&lt;BR /&gt;
  IF you are running SAS 9.2 and IF you switch from "older" ODS RTF to the new ODS TAGSETS.RTF, then there is a style element called "PARSKIP" that works to either expand or reduce the amount of space before/after tables. The smallest value you can specify for PARSKIP style element is 1pt.&lt;BR /&gt;
  &lt;BR /&gt;
  PARSKIP is explained here.&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;&lt;BR /&gt;
&lt;BR /&gt;
  When I tried this code in SAS 9.2 (modified from the above site), I had the SAS title sitting right on top of the table. Even though the example uses PROC PRINT, the style template used would work the same for any procedure.&lt;BR /&gt;
  &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
  proc template;&lt;BR /&gt;
     define style test2;&lt;BR /&gt;
     parent=styles.rtf;&lt;BR /&gt;
        style parskip / fontsize = 1pt;&lt;BR /&gt;
     end;&lt;BR /&gt;
  run;&lt;BR /&gt;
                         &lt;BR /&gt;
  ods tagsets.rtf file="c:\temp\mparskip.rtf" &lt;BR /&gt;
      OPTIONS(SECT="NONE") STARTPAGE=yes style=test2;&lt;BR /&gt;
                  &lt;BR /&gt;
  title "Test Title";&lt;BR /&gt;
  footnote "Test Footnote";&lt;BR /&gt;
           &lt;BR /&gt;
  proc print data=sashelp.class ; run;&lt;BR /&gt;
  proc print data=sashelp.class ; run;&lt;BR /&gt;
  proc print data=sashelp.class ; run;&lt;BR /&gt;
  ods _all_ close;&lt;BR /&gt;
  ods listing;&lt;BR /&gt;
&lt;BR /&gt;
[/pre]</description>
      <pubDate>Thu, 19 Feb 2009 15:14:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-the-blank-line-between-the-titile-and-talbe/m-p/30955#M4651</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-02-19T15:14:16Z</dc:date>
    </item>
  </channel>
</rss>

