<?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 in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ods-rtf/m-p/761579#M37167</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I am wondering what version of SAS you're running? When I run a slightly modified version of your code using ODS RTF, in SAS 9.4 M7, to use SASHELP data, I DO see the titles inside the body of the document. Since SAS titles are global, TITLE1 appears above the first report; TITLE1 and TITLE2 appear above the second report; and all 3 titles appear above the third report, as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1628952770017.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62575i34CF1836D315B670/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1628952770017.png" alt="Cynthia_sas_0-1628952770017.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Earlier versions of SAS and ODS did not always put titles in the middle of a page with STARTPAGE=YES, , but 9.4 M7 seems to work as you intend.&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
    <pubDate>Sat, 14 Aug 2021 14:58:27 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2021-08-14T14:58:27Z</dc:date>
    <item>
      <title>ods rtf</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ods-rtf/m-p/761536#M37162</link>
      <description>&lt;P&gt;Hello, I am using sas 9.4 and I appreciate you all to help me solve these issues:&lt;/P&gt;&lt;P&gt;1) The&amp;nbsp;rtf file is not opening in word file by default. I want the rtf file opens in word file by default.&lt;/P&gt;&lt;P&gt;2) only first title is printed in rtf file, the second title is not printed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf on ;
ods html close;
ods graphics on;
ods rtf file="myfilelocation\filename.rtf "style=sasweb startpage=no bodytitle;
title1'title1 ';
proc print data=data1;run;
title2'title2';
proc print data=data2;run;
title'';
ods startpage=yes;
ods rtf close;
ods html ;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 03:18:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ods-rtf/m-p/761536#M37162</guid>
      <dc:creator>fatemeh</dc:creator>
      <dc:date>2021-08-14T03:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: ods rtf</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ods-rtf/m-p/761539#M37163</link>
      <description>If the rtf file is not opening in Word, that's a Windows issue, not a SAS issue.  You need to set the Windows default.&lt;BR /&gt;&lt;BR /&gt;Re the titles, the code you posted doesn't have any titles other than blank ones.  Is this the right code?  Is there more code?   Can you post a screen shot of the output?&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Aug 2021 03:13:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ods-rtf/m-p/761539#M37163</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-08-14T03:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: ods rtf</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ods-rtf/m-p/761542#M37164</link>
      <description>&lt;P&gt;Thank you so much for your valuable reply&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 05:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ods-rtf/m-p/761542#M37164</guid>
      <dc:creator>fatemeh</dc:creator>
      <dc:date>2021-08-14T05:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: ods rtf</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ods-rtf/m-p/761579#M37167</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I am wondering what version of SAS you're running? When I run a slightly modified version of your code using ODS RTF, in SAS 9.4 M7, to use SASHELP data, I DO see the titles inside the body of the document. Since SAS titles are global, TITLE1 appears above the first report; TITLE1 and TITLE2 appear above the second report; and all 3 titles appear above the third report, as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1628952770017.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62575i34CF1836D315B670/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1628952770017.png" alt="Cynthia_sas_0-1628952770017.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Earlier versions of SAS and ODS did not always put titles in the middle of a page with STARTPAGE=YES, , but 9.4 M7 seems to work as you intend.&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 14:58:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ods-rtf/m-p/761579#M37167</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-08-14T14:58:27Z</dc:date>
    </item>
  </channel>
</rss>

