<?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: Update the style for the table using  style=journal3  to avoid the punctuation in rtf output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Update-the-style-for-the-table-using-style-journal3-to-avoid-the/m-p/634952#M23890</link>
    <description>&lt;P&gt;the word option of display can resolve this issue to hide this symbol, it has nothing to do with sas code and version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;thanks so much.&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获.JPG" style="width: 691px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37380iBE825E2732610894/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.JPG" alt="捕获.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2020 03:35:10 GMT</pubDate>
    <dc:creator>blueskyxyz</dc:creator>
    <dc:date>2020-03-26T03:35:10Z</dc:date>
    <item>
      <title>Update the style for the table using  style=journal3  to avoid the punctuation in rtf output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Update-the-style-for-the-table-using-style-journal3-to-avoid-the/m-p/634317#M23875</link>
      <description>&lt;PRE&gt;/*example code*/
ods listing close;
ods rtf file='D:\W\Code_lib\class.rtf'  style=journal3;
proc report data=sashelp.class ;
	column name sex height;
	define name / display 'Name' style(column)={asis=on cellwidth=2.0 in just=l} flow;;
	define sex / display 'sex' style(column)={asis=on cellwidth=2.0 in just=l} flow;;
	define height / display 'height' style(column)={asis=on cellwidth=2.0 in just=l} flow;;
run;
ods rtf close;
ods listing;&lt;/PRE&gt;
&lt;P&gt;question: how to drop&amp;nbsp;&amp;nbsp;the punctuation in the output as below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获.JPG" style="width: 913px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37271i7630CACF0587A835/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.JPG" alt="捕获.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 01:43:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Update-the-style-for-the-table-using-style-journal3-to-avoid-the/m-p/634317#M23875</guid>
      <dc:creator>blueskyxyz</dc:creator>
      <dc:date>2020-03-24T01:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Update the style for the table using  style=journal3  to avoid the punctuation in rtf output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Update-the-style-for-the-table-using-style-journal3-to-avoid-the/m-p/634365#M23878</link>
      <description>&lt;P&gt;When I run this code in University Edition (on a Mac) and view the RTF with LibreOffice, or on our AIX via EG and view it with MS Word, I do not see any extra characters. With which program do you view the RTF? Which SAS version do you have?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 07:56:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Update-the-style-for-the-table-using-style-journal3-to-avoid-the/m-p/634365#M23878</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-03-24T07:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Update the style for the table using  style=journal3  to avoid the punctuation in rtf output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Update-the-style-for-the-table-using-style-journal3-to-avoid-the/m-p/634952#M23890</link>
      <description>&lt;P&gt;the word option of display can resolve this issue to hide this symbol, it has nothing to do with sas code and version&lt;/P&gt;
&lt;P&gt;&amp;nbsp;thanks so much.&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获.JPG" style="width: 691px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37380iBE825E2732610894/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.JPG" alt="捕获.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 03:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Update-the-style-for-the-table-using-style-journal3-to-avoid-the/m-p/634952#M23890</guid>
      <dc:creator>blueskyxyz</dc:creator>
      <dc:date>2020-03-26T03:35:10Z</dc:date>
    </item>
  </channel>
</rss>

