<?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: Creating a Proc Report rtf with special characters in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/649985#M24109</link>
    <description>&lt;P&gt;You may have to specify a FONT using the style attributes in proc report to override the default font that your current style is using for output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might help to provide&lt;/P&gt;
&lt;P&gt;1) the Proc Report code you are currently using&lt;/P&gt;
&lt;P&gt;2)indicate which variable needs the characters&lt;/P&gt;
&lt;P&gt;3)you may also have to provide information about what you are showing the text from if it is not a SAS data set or proc output. Like the document setting.&lt;/P&gt;</description>
    <pubDate>Fri, 22 May 2020 19:05:52 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-05-22T19:05:52Z</dc:date>
    <item>
      <title>Creating a Proc Report rtf with special characters</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/649982#M24107</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My table should look like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ECrecelius333_0-1590173769974.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39766i2D0F1176E0C7F76E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ECrecelius333_0-1590173769974.png" alt="ECrecelius333_0-1590173769974.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But the output in Word will not print the ^ symbol.&amp;nbsp; Is there a way to fix this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 18:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/649982#M24107</guid>
      <dc:creator>ECrecelius333</dc:creator>
      <dc:date>2020-05-22T18:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Proc Report rtf with special characters</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/649984#M24108</link>
      <description>Probably due to ODS ESCAPECHAR='^';  &lt;BR /&gt;Check the automatic variable AUTOMATIC SYSODSESCAPECHAR ^&lt;BR /&gt;</description>
      <pubDate>Fri, 22 May 2020 19:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/649984#M24108</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2020-05-22T19:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Proc Report rtf with special characters</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/649985#M24109</link>
      <description>&lt;P&gt;You may have to specify a FONT using the style attributes in proc report to override the default font that your current style is using for output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might help to provide&lt;/P&gt;
&lt;P&gt;1) the Proc Report code you are currently using&lt;/P&gt;
&lt;P&gt;2)indicate which variable needs the characters&lt;/P&gt;
&lt;P&gt;3)you may also have to provide information about what you are showing the text from if it is not a SAS data set or proc output. Like the document setting.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 19:05:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/649985#M24109</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-05-22T19:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Proc Report rtf with special characters</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/649988#M24110</link>
      <description>&lt;P&gt;That was included in my code as:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options orientation=landscape topmargin=.25in bottommargin=.25in&lt;BR /&gt;leftmargin=.25in rightmargin=.25in;&lt;BR /&gt;ods escapechar = '^';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I able to remove this? When I removed it, it did not fix the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 19:11:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/649988#M24110</guid>
      <dc:creator>ECrecelius333</dc:creator>
      <dc:date>2020-05-22T19:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Proc Report rtf with special characters</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/649989#M24111</link>
      <description>I replaced it with ODS ESCAPECHAR='@' and it worked! Thank you!&lt;BR /&gt;</description>
      <pubDate>Fri, 22 May 2020 19:15:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/649989#M24111</guid>
      <dc:creator>ECrecelius333</dc:creator>
      <dc:date>2020-05-22T19:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Proc Report rtf with special characters</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/650008#M24112</link>
      <description>Try changing the single ^ to two ^^ in your data.  If you want to keep the escape character the same.</description>
      <pubDate>Fri, 22 May 2020 20:20:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Creating-a-Proc-Report-rtf-with-special-characters/m-p/650008#M24112</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2020-05-22T20:20:42Z</dc:date>
    </item>
  </channel>
</rss>

