<?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: Open RTF file automatically After Program run issues. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718672#M222448</link>
    <description>&lt;P&gt;I tried removing the ods noresult statment ( in log there is a comment) , its still not opening. I tried sending one graph plot to ods output, its not worked . In my code i just used one file name to ods output and sending all the plot into that file.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2021 17:19:42 GMT</pubDate>
    <dc:creator>SASuserlot</dc:creator>
    <dc:date>2021-02-11T17:19:42Z</dc:date>
    <item>
      <title>Open RTF file automatically After Program run issues.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718625#M222418</link>
      <description>&lt;P&gt;I am using the SAS 9.4. I would like to&amp;nbsp; open the rtf files once they generated after running the program. I am having issue some times it opens sometimes its not. Is it related to program or the Preferences setting issue. I tried checking and unchecking the box "View the results as generated" but no use. Any one can help what's happening here.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASuserlot_0-1613056041600.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54600i6A9B76525D73BFF2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASuserlot_0-1613056041600.png" alt="SASuserlot_0-1613056041600.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 15:07:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718625#M222418</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2021-02-11T15:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Open RTF file automatically After Program run issues.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718631#M222423</link>
      <description>&lt;P&gt;I am afraid that you may need to show the LOG from one of the instances when the file does not open automatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One likely cause is that you already have the same named RTF file open in some program. The log will show an "in use" warning. All the other output such as Listing or HTML in results would still appear but the RTF won't "open" because it is open.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 15:38:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718631#M222423</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-02-11T15:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Open RTF file automatically After Program run issues.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718636#M222426</link>
      <description>&lt;P&gt;Here is my log, please ignore my date7 note in the log.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASuserlot_0-1613058679610.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54603i4297F8AAC8C01768/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASuserlot_0-1613058679610.png" alt="SASuserlot_0-1613058679610.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 15:51:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718636#M222426</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2021-02-11T15:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Open RTF file automatically After Program run issues.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718664#M222443</link>
      <description>&lt;P&gt;Remove the ODS NORESULTS statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The way that all the ODS output destinations work is in effect that the results are sent to the destination. When you use no results then NO ods results get sent so no file is created. If you check the creation time on your output RTF file, assuming you have created one with the same name, the time will not match the time you run the program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 16:49:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718664#M222443</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-02-11T16:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Open RTF file automatically After Program run issues.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718672#M222448</link>
      <description>&lt;P&gt;I tried removing the ods noresult statment ( in log there is a comment) , its still not opening. I tried sending one graph plot to ods output, its not worked . In my code i just used one file name to ods output and sending all the plot into that file.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 17:19:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718672#M222448</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2021-02-11T17:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Open RTF file automatically After Program run issues.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718682#M222450</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/350312"&gt;@SASuserlot&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I tried removing the ods noresult statment ( in log there is a comment) , its still not opening. I tried sending one graph plot to ods output, its not worked . In my code i just used one file name to ods output and sending all the plot into that file.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I forgot mention: you need to run ODS Results; to turn it back on.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 17:44:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718682#M222450</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-02-11T17:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Open RTF file automatically After Program run issues.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718693#M222454</link>
      <description>&lt;P&gt;It worked. Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 18:16:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Open-RTF-file-automatically-After-Program-run-issues/m-p/718693#M222454</guid>
      <dc:creator>SASuserlot</dc:creator>
      <dc:date>2021-02-11T18:16:17Z</dc:date>
    </item>
  </channel>
</rss>

