<?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: ODS RTF Unbreakable space in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Unbreakable-space/m-p/6414#M2514</link>
    <description>Sorry, John. There's no way to do this with REPORT. Then nonbreaking spaces are deliberate. REPORT really wants each LINE statement to create exactly one line of output. Possibly you could post-process the RTF output but that's out of my league.</description>
    <pubDate>Thu, 17 Jan 2008 17:49:26 GMT</pubDate>
    <dc:creator>Tim_SAS</dc:creator>
    <dc:date>2008-01-17T17:49:26Z</dc:date>
    <item>
      <title>ODS RTF Unbreakable space</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Unbreakable-space/m-p/6413#M2513</link>
      <description>I am concatenating a string in a compute block of a PROC REPORT.&lt;BR /&gt;
&lt;BR /&gt;
description= Part1 || " " || Part2;&lt;BR /&gt;
&lt;BR /&gt;
Part1="United States"&lt;BR /&gt;
Part2= "(Continued)"&lt;BR /&gt;
&lt;BR /&gt;
The resulting rtf string is&lt;BR /&gt;
&lt;BR /&gt;
United\~States\~(Continued)&lt;BR /&gt;
&lt;BR /&gt;
I need spaces not unbreakable spaces (\~).&lt;BR /&gt;
&lt;BR /&gt;
How do I do that?&lt;BR /&gt;
&lt;BR /&gt;
JK</description>
      <pubDate>Thu, 17 Jan 2008 13:27:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Unbreakable-space/m-p/6413#M2513</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-17T13:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF Unbreakable space</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Unbreakable-space/m-p/6414#M2514</link>
      <description>Sorry, John. There's no way to do this with REPORT. Then nonbreaking spaces are deliberate. REPORT really wants each LINE statement to create exactly one line of output. Possibly you could post-process the RTF output but that's out of my league.</description>
      <pubDate>Thu, 17 Jan 2008 17:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Unbreakable-space/m-p/6414#M2514</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2008-01-17T17:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF Unbreakable space</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Unbreakable-space/m-p/6415#M2515</link>
      <description>Although you cannot get rid of the unbreakable spaces inserted by proc Report, you can add your own breakable spaces where you think you should have some... Use ODS ESCAPECHAR="^" ; (for instance) and then the breakable space is ^w. Just add it in your code, something like :&lt;BR /&gt;
&lt;BR /&gt;
description= Part1 || "^w" || Part2;&lt;BR /&gt;
&lt;BR /&gt;
If you resize the table in the RTF document, that would cut the text between part1 and part2.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Olivier</description>
      <pubDate>Fri, 18 Jan 2008 09:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Unbreakable-space/m-p/6415#M2515</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2008-01-18T09:42:33Z</dc:date>
    </item>
  </channel>
</rss>

