<?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 select for a proc lifetest survival graph is not outputting to rtf in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-select-for-a-proc-lifetest-survival-graph-is-not-outputting/m-p/231944#M14564</link>
    <description>&lt;P&gt;Thanks, Cynthia. &amp;nbsp;Yes - like you say, the extra tab for the RTF results did not pop up in EG. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I finally did find additional code online and when I added this in...it worked. &amp;nbsp;I'm not sure what was missing that I needed but I'm relieved to have output once again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing close;&lt;/P&gt;
&lt;P&gt;ods rtf style=rtf file="&amp;amp;path./Figures1_4.rtf";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics on;&lt;/P&gt;
&lt;P&gt;ods listing gpath="&amp;amp;path.";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods select survivalplot (persist) failureplot (persist);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics/reset=all imagename="TESTimage";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;lifetest&lt;/STRONG&gt; data=final plots=survival (failure nocensor);&lt;/P&gt;
&lt;P&gt;time ptime2*outcome (&lt;STRONG&gt;0&lt;/STRONG&gt;);&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Oct 2015 03:57:29 GMT</pubDate>
    <dc:creator>aellman</dc:creator>
    <dc:date>2015-10-28T03:57:29Z</dc:date>
    <item>
      <title>ods select for a proc lifetest survival graph is not outputting to rtf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-select-for-a-proc-lifetest-survival-graph-is-not-outputting/m-p/231904#M14561</link>
      <description>&lt;P&gt;The following code results in a blank rtf file. &amp;nbsp;Also, strangely enough, after I run this code in SAS Enterprise Guide (on a UNIX platform), there is no output for the rest of the session - it is as if ods no results is on. &amp;nbsp;I've tried reassigning ods listing, resetting goptions, turning graphics off with no luck. &amp;nbsp;I have to close the EG session and start over. &amp;nbsp;I'm running SAS 9.3. &amp;nbsp;Help and thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing close;&lt;BR /&gt;ods rtf style=rtf file="/.../Figures1_4.rtf";&lt;/P&gt;
&lt;P&gt;ods graphics / reset noborder width=600px height=400px;&lt;BR /&gt;&lt;BR /&gt;ods select survivalplot(persist);&lt;/P&gt;
&lt;P&gt;proc lifetest data=final (where=(ds='any')) plots=survival (failure nocensor);&lt;BR /&gt;time ptime2 * outcome(0);&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;BR /&gt;ods rtf close;&lt;BR /&gt;ods listing;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2015 20:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-select-for-a-proc-lifetest-survival-graph-is-not-outputting/m-p/231904#M14561</guid>
      <dc:creator>aellman</dc:creator>
      <dc:date>2015-10-27T20:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: ods select for a proc lifetest survival graph is not outputting to rtf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-select-for-a-proc-lifetest-survival-graph-is-not-outputting/m-p/231939#M14563</link>
      <description>Hi: This sounds like an issue for Tech Support. Since you don't get any results in the log, it's hard to guess what might be happening. Is your file= option writing to a location on the server where you have WRITE access?? Generally, when you create ODS RTF output using EG, you see an extra RESULTS tab for the RTF output and then when you click the RTF tab, you next have to click the Download button to download the results from the server to your local machine, so you can open the output with Word.&lt;BR /&gt;&lt;BR /&gt;I think the fastest way to get help for this issue is to open a track with Tech Support.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Wed, 28 Oct 2015 01:34:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-select-for-a-proc-lifetest-survival-graph-is-not-outputting/m-p/231939#M14563</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-10-28T01:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: ods select for a proc lifetest survival graph is not outputting to rtf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-select-for-a-proc-lifetest-survival-graph-is-not-outputting/m-p/231944#M14564</link>
      <description>&lt;P&gt;Thanks, Cynthia. &amp;nbsp;Yes - like you say, the extra tab for the RTF results did not pop up in EG. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I finally did find additional code online and when I added this in...it worked. &amp;nbsp;I'm not sure what was missing that I needed but I'm relieved to have output once again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing close;&lt;/P&gt;
&lt;P&gt;ods rtf style=rtf file="&amp;amp;path./Figures1_4.rtf";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics on;&lt;/P&gt;
&lt;P&gt;ods listing gpath="&amp;amp;path.";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods select survivalplot (persist) failureplot (persist);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics/reset=all imagename="TESTimage";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;lifetest&lt;/STRONG&gt; data=final plots=survival (failure nocensor);&lt;/P&gt;
&lt;P&gt;time ptime2*outcome (&lt;STRONG&gt;0&lt;/STRONG&gt;);&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 03:57:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-select-for-a-proc-lifetest-survival-graph-is-not-outputting/m-p/231944#M14564</guid>
      <dc:creator>aellman</dc:creator>
      <dc:date>2015-10-28T03:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: ods select for a proc lifetest survival graph is not outputting to rtf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-select-for-a-proc-lifetest-survival-graph-is-not-outputting/m-p/232059#M14566</link>
      <description>Hi:&lt;BR /&gt;  Generally, &amp;amp;path is a "helper" macro variable that we use in our e-learning classes to allow you to write to a known location where you have write access. &lt;BR /&gt;  Sometimes, if you only put a filename/extension in the FILE= option, then SAS tries to write to a default location where you may or may not have write access. So when dealing with SAS University Edition or SAS OnDemand for Academics access to SAS, it is useful to use &amp;amp;PATH. We create it for every class to point to a write-able directory.&lt;BR /&gt;&lt;BR /&gt;My guess is that somehow, your EG was pointed to a folder location that it didn't like and that when you added &amp;amp;path into the FILE= option, you made EG "happy", so it created the output file.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Wed, 28 Oct 2015 16:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-select-for-a-proc-lifetest-survival-graph-is-not-outputting/m-p/232059#M14566</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-10-28T16:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: ods select for a proc lifetest survival graph is not outputting to rtf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-select-for-a-proc-lifetest-survival-graph-is-not-outputting/m-p/232138#M14569</link>
      <description>&lt;P&gt;Nope - not that either. &amp;nbsp;I typed &amp;amp;path into this example but I always specify the entire path in the actual code. &amp;nbsp;It writes to a common folder that I write to all the time. &amp;nbsp;Wish that was it!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll mark this as solved since the additional code I added did finally fix it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 22:19:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-select-for-a-proc-lifetest-survival-graph-is-not-outputting/m-p/232138#M14569</guid>
      <dc:creator>aellman</dc:creator>
      <dc:date>2015-10-28T22:19:19Z</dc:date>
    </item>
  </channel>
</rss>

