<?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 How to prevent Word from starting when ODS RTF CLOSE. in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-prevent-Word-from-starting-when-ODS-RTF-CLOSE/m-p/827748#M25895</link>
    <description>&lt;P&gt;I don't want to start Word in below code.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf;
proc print data=sashelp.class;
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;How to suppress starting WORD in ods close?&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 05:28:41 GMT</pubDate>
    <dc:creator>japelin</dc:creator>
    <dc:date>2022-08-09T05:28:41Z</dc:date>
    <item>
      <title>How to prevent Word from starting when ODS RTF CLOSE.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-prevent-Word-from-starting-when-ODS-RTF-CLOSE/m-p/827748#M25895</link>
      <description>&lt;P&gt;I don't want to start Word in below code.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf;
proc print data=sashelp.class;
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;How to suppress starting WORD in ods close?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 05:28:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-prevent-Word-from-starting-when-ODS-RTF-CLOSE/m-p/827748#M25895</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-08-09T05:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Word from starting when ODS RTF CLOSE.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-prevent-Word-from-starting-when-ODS-RTF-CLOSE/m-p/827753#M25896</link>
      <description>&lt;P&gt;Are you using SAS Enterprise Guide?&lt;/P&gt;
&lt;P&gt;You have to disable the option that automatically opens results.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 06:00:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-prevent-Word-from-starting-when-ODS-RTF-CLOSE/m-p/827753#M25896</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-08-09T06:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Word from starting when ODS RTF CLOSE.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-prevent-Word-from-starting-when-ODS-RTF-CLOSE/m-p/827754#M25897</link>
      <description>&lt;P&gt;No, I'm using SAS 9.4 Windows version.&lt;/P&gt;
&lt;P&gt;But I find the options in preference and I was able to get suppress starting Word.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 06:13:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-prevent-Word-from-starting-when-ODS-RTF-CLOSE/m-p/827754#M25897</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-08-09T06:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Word from starting when ODS RTF CLOSE.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-prevent-Word-from-starting-when-ODS-RTF-CLOSE/m-p/827996#M25899</link>
      <description>&lt;P&gt;You could try 'ods noresults'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
ods noresults;
ods rtf;
proc print data=sashelp.class;
run;
ods rtf close;
ods results;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Aug 2022 21:59:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-prevent-Word-from-starting-when-ODS-RTF-CLOSE/m-p/827996#M25899</guid>
      <dc:creator>JimLoughlin</dc:creator>
      <dc:date>2022-08-09T21:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Word from starting when ODS RTF CLOSE.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-prevent-Word-from-starting-when-ODS-RTF-CLOSE/m-p/828014#M25900</link>
      <description>&lt;P&gt;great!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I wanted!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 02:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-prevent-Word-from-starting-when-ODS-RTF-CLOSE/m-p/828014#M25900</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-08-10T02:41:51Z</dc:date>
    </item>
  </channel>
</rss>

