<?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: Gap between ODS Text and Report using ODS RTF in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104608#M9831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Look up this (&lt;A _jive_internal="true" href="https://communities.sas.com/message/17706#17706"&gt;https://communities.sas.com/message/17706#17706&lt;/A&gt;) and other previous forum postings on the use of the PARSKIP style attribute, along with the new TAGSETS.RTF destination. You cannot reduce the amount of white space between tables and other document "elements"&amp;nbsp; using the original ODS RTF destination, because the amount of space was fixed. However, with ODS TAGSETS.RTF (if you are running SAS 9.2 or higher), you can alter some of the style attributes in a style template, especially the PARSKIP attribute in order to reduce the white space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; That gap or seeming extra line actually comes from a section break that is used to separate the user text from the beginning of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Another alternative would be to get rid of the ODS TEXT= statements and use PROC REPORT COMPUTE block statements, such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;compute before _page_ / style={just=c fontsize=12pt fontweight=bold color=black};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; line 'First Report';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;endcomp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2012 22:52:58 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2012-05-04T22:52:58Z</dc:date>
    <item>
      <title>Gap between ODS Text and Report using ODS RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104606#M9829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the following code that generates two ODS TEXT lines and two Proc Report tables on the same page. I'm curious why there is a gap (extra line?) between the 2nd TEXT line and the 2nd report&lt;/P&gt;&lt;P&gt;Any info would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;escapechar&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'^'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;rtf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;&amp;nbsp; = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;"/opt/local/user/test.rtf"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=styles.sasweb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;startpage&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; = no&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;text&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;"^S={just=c fontweight=bold fontsize=12pt color=black}First Report"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;report&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; = sashelp.cars(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;obs&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;10&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;nowd&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;column&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; make model type ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; make&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'Make'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; model&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'Model'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'Type'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;text&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;"^S={just=c fontweight=bold fontsize=12pt color=black}2nd Report"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;report&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; = sashelp.cars(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;firstobs&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;11&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;obs&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;21&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;nowd&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;column&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; make model type ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; make&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'Make'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; model&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'Model'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'Type'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;rtf&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 18:48:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104606#M9829</guid>
      <dc:creator>Jay_TxOAG</dc:creator>
      <dc:date>2012-05-04T18:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Gap between ODS Text and Report using ODS RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104607#M9830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is because there are two lines between tables or possible one after and one before each table. Try the code without the 2nd Report line. I suspect that the ods text is inserted after the end of the first and before the start of the second blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those 2 blank lines are apparently not controlable from an old thread where I asked about removing one of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insted of the ODS TEXT you could try using the style override with PRETEXT. on the PROC REPORT statement add:&lt;/P&gt;&lt;P&gt;style(report) = [ pretext="2nd Report"]&lt;/P&gt;&lt;P&gt;to see where that text goes.&lt;/P&gt;&lt;P&gt;I haven't had a lot of luck overriding the text component with PRETEXT though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 19:29:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104607#M9830</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-05-04T19:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Gap between ODS Text and Report using ODS RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104608#M9831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Look up this (&lt;A _jive_internal="true" href="https://communities.sas.com/message/17706#17706"&gt;https://communities.sas.com/message/17706#17706&lt;/A&gt;) and other previous forum postings on the use of the PARSKIP style attribute, along with the new TAGSETS.RTF destination. You cannot reduce the amount of white space between tables and other document "elements"&amp;nbsp; using the original ODS RTF destination, because the amount of space was fixed. However, with ODS TAGSETS.RTF (if you are running SAS 9.2 or higher), you can alter some of the style attributes in a style template, especially the PARSKIP attribute in order to reduce the white space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; That gap or seeming extra line actually comes from a section break that is used to separate the user text from the beginning of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Another alternative would be to get rid of the ODS TEXT= statements and use PROC REPORT COMPUTE block statements, such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;compute before _page_ / style={just=c fontsize=12pt fontweight=bold color=black};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; line 'First Report';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;endcomp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 22:52:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104608#M9831</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-05-04T22:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Gap between ODS Text and Report using ODS RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104609#M9832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia,&lt;/P&gt;&lt;P&gt;Thanks for the reply. I will take some time to investigate TAGSETS.RTF, although right now it makes more changes to my code than I have time to fix.&lt;/P&gt;&lt;P&gt;However, I like the COMPUTE BEFORE _PAGE_ idea and altered my code to take advantage of this.&lt;/P&gt;&lt;P&gt;My only problem is getting a black line between the text and headers in the 2nd report...to match the 1st report.&lt;/P&gt;&lt;P&gt;Do you know how to effect the top border of the header? (borderbottomcolor=black in the compute statement does not give me a black line above the header)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;escapechar&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'^'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;rtf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;&amp;nbsp; = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;"/opt/local/user/jsc/test.rtf"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=styles.sasweb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;startpage&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; = no&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;text&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;"^S={just=c fontweight=bold fontsize=12pt color=black}First Report"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;report&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; = sashelp.cars(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;obs&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;10&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;nowd&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;column&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; make model type ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; make&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'Make'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; model&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'Model'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'Type'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: green; font-size: 8pt;"&gt;/*ods text="^S={just=c fontweight=bold fontsize=12pt color=black}2nd Report";*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;report&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; = sashelp.cars(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;firstobs&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;11&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;obs&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;21&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;nowd&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;column&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; make model type ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; make&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'Make'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; model&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'Model'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'Type'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;compute&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;before&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;_page_&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; / &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;={just=c &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;borderTopcolor&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=white borderRightcolor=white borderleftcolor=white &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;borderbottomcolor&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;=black fontweight=bold fontsize=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;12&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;pt color=black} ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;line&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: purple; font-size: 8pt;"&gt;'2nd Report'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;endcomp&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 8pt; background: white; font-family: 'Verdana','sans-serif';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;rtf&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: blue; font-size: 8pt;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif'; background: white; color: black; font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 14:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104609#M9832</guid>
      <dc:creator>Jay_TxOAG</dc:creator>
      <dc:date>2012-05-07T14:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Gap between ODS Text and Report using ODS RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104610#M9833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;This is puzzling. Perhaps you should work with Tech Support. As you can see from the screenshot, I don't get a black line underneath the first string written with ODS TEXT, so I don't know what it is that you want for the second header. There is some extra space which comes from the placement of the section break control. The only thing I did was to limit the number of obs so that both tables could fit into 1 screen shot. (I ran the code in SAS 9.3 and took the screen shot using Microsoft Word 2002 using Print Preview -- not on my regular machine with Word, but this machine has 9.3 of SAS.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11472iA6727BDE1A5DD7BD/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="text_and_compute.jpg" title="text_and_compute.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 00:48:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104610#M9833</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-05-08T00:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Gap between ODS Text and Report using ODS RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104611#M9834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cynthia. Your screen shot looks the same as what I got. I would like to get a black line (border) below the 2nd ODS TEXT (which is the top of the headers in the 2nd report). I will follow up with tech support.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 13:34:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104611#M9834</guid>
      <dc:creator>Jay_TxOAG</dc:creator>
      <dc:date>2012-05-08T13:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Gap between ODS Text and Report using ODS RTF</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104612#M9835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I thought you were saying that you SAW a black line, not that you WANTED one. When I wrote my program I did NOT use ODS TEXT= for the 2nd Report's header. That is placed with a COMPUTE BEFORE. There is a text-decoration style attribute that you could use. I think it is: textdecoration=underline It would go into the STYLE= overrides on the COMPUTE BEFORE statement. Just remember that usually the bottom of one cell is the top of another cell. So in some destinations, where the 2 cells meet, you have to change not just the bottom of one, but you have to change the top of the other. So, it's possible that TEXTDECORATION may work better for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just remember that the COMPUTE BEFORE string is centered on top of the table, but "lives" within the boundaries of the table, so underlining the cell words will work. Underlining from margin to margin will not work.&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, 08 May 2012 13:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Gap-between-ODS-Text-and-Report-using-ODS-RTF/m-p/104612#M9835</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-05-08T13:45:38Z</dc:date>
    </item>
  </channel>
</rss>

