<?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: rtf not writing / in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/rtf-not-writing/m-p/690676#M210125</link>
    <description>thank you . it worked.</description>
    <pubDate>Sat, 10 Oct 2020 14:19:02 GMT</pubDate>
    <dc:creator>Kc2</dc:creator>
    <dc:date>2020-10-10T14:19:02Z</dc:date>
    <item>
      <title>rtf not writing /</title>
      <link>https://communities.sas.com/t5/SAS-Programming/rtf-not-writing/m-p/690667#M210119</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am having an issue with RTF output.&lt;/P&gt;
&lt;P&gt;In my proc report I have:&lt;/P&gt;
&lt;P&gt;define c3 / display center style={just=c cellwidth=1.2 in} "Cohort 1:^XXX^n(1 mg/kg)";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the mg/kg comes out as mg&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;kg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;ods escapechar="^"; so I don 't understadn why the character /&amp;nbsp; is not showing on the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;KC&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2020 13:01:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/rtf-not-writing/m-p/690667#M210119</guid>
      <dc:creator>Kc2</dc:creator>
      <dc:date>2020-10-10T13:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: rtf not writing /</title>
      <link>https://communities.sas.com/t5/SAS-Programming/rtf-not-writing/m-p/690672#M210123</link>
      <description>&lt;P&gt;In PROC REPORT the slash character is the default character for the SPLIT= option that indicates where a new line should be placed in the column header value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Solution: Specify a different split character.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;ods html file='report.html';&lt;BR /&gt;ods rtf  file='report.rtf';

proc report data=sashelp.class split='*';
  define name / 'Name/Of/Person';
run;

ods _all_ close;&lt;/PRE&gt;
&lt;P&gt;Image of html output with / in header&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichardADeVenezia_0-1602337773103.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50519i0D8EF721CC15FA77/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RichardADeVenezia_0-1602337773103.png" alt="RichardADeVenezia_0-1602337773103.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;RTF image&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichardADeVenezia_0-1602337892470.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50520i55D717055BC7C07C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RichardADeVenezia_0-1602337892470.png" alt="RichardADeVenezia_0-1602337892470.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Oct 2020 13:51:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/rtf-not-writing/m-p/690672#M210123</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-10-10T13:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: rtf not writing /</title>
      <link>https://communities.sas.com/t5/SAS-Programming/rtf-not-writing/m-p/690676#M210125</link>
      <description>thank you . it worked.</description>
      <pubDate>Sat, 10 Oct 2020 14:19:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/rtf-not-writing/m-p/690676#M210125</guid>
      <dc:creator>Kc2</dc:creator>
      <dc:date>2020-10-10T14:19:02Z</dc:date>
    </item>
  </channel>
</rss>

