<?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 tagset.rtf text in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363607#M86124</link>
    <description>&lt;P&gt;&lt;SPAN&gt;the options (Tables_off ='usertext') works fine, but I am not able to center my text , to change the font or to get it bold.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any suggestions because the follow lines of code do not works at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods tagsets.rtf text="^S={just=c fontweight=bold fontsize=24pt color=black}First Report";&lt;BR /&gt;ods tagsets.rtf text="^S={just=l fontweight=bold fontsize=12pt color=red}Second Report";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2017 21:01:59 GMT</pubDate>
    <dc:creator>alepage</dc:creator>
    <dc:date>2017-06-01T21:01:59Z</dc:date>
    <item>
      <title>ods tagset.rtf text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363279#M85996</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish to produce a word document using sas (ods rtf file). Obviously, I need to use the swith to ods tagset.rtf in order to use the options (Tables_off ='usertext'). &amp;nbsp;Does it exist the equivalent of this option with ods rtf file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to pass font control option with text such as those below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;BR /&gt;ods escapechar='^';&lt;/P&gt;&lt;P&gt;ods tagsets.rtf file='/folders/myfolders/x.rtf' options (TABLES_OFF='usertext');&lt;/P&gt;&lt;P&gt;ods tagsets.rtf text="^S={just=c fontweight=bold fontsize=24pt color=black}First Report";&lt;BR /&gt;ods tagsets.rtf text="^S={just=l fontweight=bold fontsize=12pt color=red}Second Report";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Those options does not seem to be recongnized by SAS&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 01:00:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363279#M85996</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-06-01T01:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagset.rtf text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363282#M85998</link>
      <description>I believe the  options (Tables_off ='usertext') is correct. Here the usertext is a style element and it is case sensitive. so you should mention it in upcase like below&lt;BR /&gt;&lt;BR /&gt; (Tables_off ='USERTEXT')&lt;BR /&gt;&lt;BR /&gt;Please try</description>
      <pubDate>Thu, 01 Jun 2017 01:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363282#M85998</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-06-01T01:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagset.rtf text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363486#M86087</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/76331"&gt;@alepage&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wish to produce a word document using sas (ods rtf file). Obviously, I need to use the swith to ods tagset.rtf in order to use the options (Tables_off ='usertext'). &amp;nbsp;Does it exist the equivalent of this option with ods rtf file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to pass font control option with text such as those below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing close;&lt;BR /&gt;ods escapechar='^';&lt;/P&gt;
&lt;P&gt;ods tagsets.rtf file='/folders/myfolders/x.rtf' options (TABLES_OFF='usertext');&lt;/P&gt;
&lt;P&gt;ods tagsets.rtf text="^S={just=c fontweight=bold fontsize=24pt color=black}First Report";&lt;BR /&gt;ods tagsets.rtf text="^S={just=l fontweight=bold fontsize=12pt color=red}Second Report";&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ods _all_ close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those options does not seem to be recongnized by SAS&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And what makes you think that the statements aren't recognized?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get expected output when l open the output using a different file path of course.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 15:34:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363486#M86087</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-01T15:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagset.rtf text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363607#M86124</link>
      <description>&lt;P&gt;&lt;SPAN&gt;the options (Tables_off ='usertext') works fine, but I am not able to center my text , to change the font or to get it bold.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any suggestions because the follow lines of code do not works at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods tagsets.rtf text="^S={just=c fontweight=bold fontsize=24pt color=black}First Report";&lt;BR /&gt;ods tagsets.rtf text="^S={just=l fontweight=bold fontsize=12pt color=red}Second Report";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 21:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363607#M86124</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-06-01T21:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagset.rtf text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363629#M86134</link>
      <description>Hi,  I have always used the style template method shown in this Tech Support note for the ODS RTF example: &lt;A href="http://support.sas.com/techsup/notes/v8/8/044.html" target="_blank"&gt;http://support.sas.com/techsup/notes/v8/8/044.html&lt;/A&gt; &lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Thu, 01 Jun 2017 21:53:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363629#M86134</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-06-01T21:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagset.rtf text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363766#M86177</link>
      <description>&lt;P&gt;Hello Cynthia,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does template will work with ods&amp;nbsp; tagset.rtf text ?&amp;nbsp; Could you please provide me an example which works?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 12:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363766#M86177</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-06-02T12:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagset.rtf text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363812#M86201</link>
      <description>&lt;P&gt;Hi: The example of the PROC TEMPLATE on the full code tab from the Tech Support note is what I used for the screen shot below. I did make a few changes. I put an ODS PATH statement to write the template to work. I also changed the font size, color and alignment in the template, so I could override using the newer function style ESCAPECHAR syntax in the RTF step. I have 2 ODS "sandwiches" -- one for tagsets.rtf and the other for the original rtf. As you can see, the style template styles.utext was used by both destinations. I also included a SAS Title statement so you could see the difference between how the TITLE statement is handled in the 2 different destinations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The style template should be honored by any destination that uses it (assuming that the style element is in your output and the style attributes you changed are used by that destination).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/9210i8C909B8DDAFC9880/image-size/original?v=1.0&amp;amp;px=-1" alt="change_style_template.png" title="change_style_template.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 13:56:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/363812#M86201</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-06-02T13:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: ods tagset.rtf text</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/364558#M86470</link>
      <description>&lt;P&gt;Good morning Cynthia,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&amp;nbsp; I have test the code you sent to me and it works fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moreover, I have made extra test with my original code and I found that just=l or just=c does not seem to work and when i use justify, the rest of the style is ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following code is not working:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;BR /&gt;ods escapechar='^';&lt;/P&gt;&lt;P&gt;ods tagsets.rtf file='/folders/myfolders/x.rtf' options (TABLES_OFF='usertext');&lt;/P&gt;&lt;P&gt;ods tagsets.rtf text="^S={just=c fontweight=bold fontsize=24pt color=black}First Report";&lt;BR /&gt;ods tagsets.rtf text="^S={just=l fontweight=bold fontsize=12pt color=red}Second Report";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The one is working (no justify option)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;BR /&gt;ods escapechar='^';&lt;/P&gt;&lt;P&gt;ods tagsets.rtf file='/folders/myfolders/x.rtf' options (TABLES_OFF='usertext');&lt;/P&gt;&lt;P&gt;ods tagsets.rtf text="^S={ fontweight=bold fontsize=24pt color=black}First Report";&lt;BR /&gt;ods tagsets.rtf text="^S={ fontweight=bold fontsize=12pt color=red}Second Report";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand why but it is the way it works.&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 13:05:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ods-tagset-rtf-text/m-p/364558#M86470</guid>
      <dc:creator>alepage</dc:creator>
      <dc:date>2017-06-06T13:05:02Z</dc:date>
    </item>
  </channel>
</rss>

