<?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 RTF output not showing graphics in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/RTF-output-not-showing-graphics/m-p/511802#M2248</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to output some tables/charts to an RTF file using SAS University and everything transfers, minus the graphics and the table. However, when I use the same code (but change the output type) for pdfs and excel files, the output works perfectly. I'm on a Mac, not sure if that's the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing I've noticed is that the RTF file opens up as in text edit, instead of Microsoft Word, so I don't know if that is the problem? If there are any mac users with experience, some guidance would be great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code for part of what I'm trying to output is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname pm410 '/folders/myfolders';&lt;BR /&gt;proc contents data=pm410.analysis_bb;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;run;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;ods trace on;&lt;BR /&gt;ods rtf style=snow file='/folders/myfolders/Parametric &amp;amp; Non-Parametric Hypothesis Testing.rtf';&lt;BR /&gt;title1 'Simple Statistics for Age';&lt;BR /&gt;proc means data=pm410.analysis_bb n mean std min max;&lt;BR /&gt;var RIDAGEYR;&lt;BR /&gt;run;&lt;BR /&gt;title1 'Quantiles and Extreme Observations for Ages in Sample';&lt;BR /&gt;proc univariate data=pm410.analysis_bb;&lt;BR /&gt;var RIDAGEYR;&lt;BR /&gt;ods select quantiles extremeobs;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;title1 'Boxplots of Scores of EPA and DHS Consumed by Depressed and Non-Depressed Individuals';&lt;BR /&gt;proc npar1way data=pm410.analysis_bb wilcoxon;&lt;BR /&gt;class depbinary;&lt;BR /&gt;var EPA DHA;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;ods select WilcoxonBoxPlot;&lt;BR /&gt;run;&lt;BR /&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
    <pubDate>Fri, 09 Nov 2018 19:29:25 GMT</pubDate>
    <dc:creator>charlottebender</dc:creator>
    <dc:date>2018-11-09T19:29:25Z</dc:date>
    <item>
      <title>RTF output not showing graphics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/RTF-output-not-showing-graphics/m-p/511802#M2248</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to output some tables/charts to an RTF file using SAS University and everything transfers, minus the graphics and the table. However, when I use the same code (but change the output type) for pdfs and excel files, the output works perfectly. I'm on a Mac, not sure if that's the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing I've noticed is that the RTF file opens up as in text edit, instead of Microsoft Word, so I don't know if that is the problem? If there are any mac users with experience, some guidance would be great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code for part of what I'm trying to output is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname pm410 '/folders/myfolders';&lt;BR /&gt;proc contents data=pm410.analysis_bb;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;run;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;ods trace on;&lt;BR /&gt;ods rtf style=snow file='/folders/myfolders/Parametric &amp;amp; Non-Parametric Hypothesis Testing.rtf';&lt;BR /&gt;title1 'Simple Statistics for Age';&lt;BR /&gt;proc means data=pm410.analysis_bb n mean std min max;&lt;BR /&gt;var RIDAGEYR;&lt;BR /&gt;run;&lt;BR /&gt;title1 'Quantiles and Extreme Observations for Ages in Sample';&lt;BR /&gt;proc univariate data=pm410.analysis_bb;&lt;BR /&gt;var RIDAGEYR;&lt;BR /&gt;ods select quantiles extremeobs;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;title1 'Boxplots of Scores of EPA and DHS Consumed by Depressed and Non-Depressed Individuals';&lt;BR /&gt;proc npar1way data=pm410.analysis_bb wilcoxon;&lt;BR /&gt;class depbinary;&lt;BR /&gt;var EPA DHA;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;ods select WilcoxonBoxPlot;&lt;BR /&gt;run;&lt;BR /&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 19:29:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/RTF-output-not-showing-graphics/m-p/511802#M2248</guid>
      <dc:creator>charlottebender</dc:creator>
      <dc:date>2018-11-09T19:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: RTF output not showing graphics</title>
      <link>https://communities.sas.com/t5/New-SAS-User/RTF-output-not-showing-graphics/m-p/511805#M2249</link>
      <description>&lt;P&gt;Open the RTF in Word, not a different text editor. The graphs are there but they won't show up in a text editor because editors don't show graphics. Word Processing applications such as Word, Pages will show the graphs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/231785"&gt;@charlottebender&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to output some tables/charts to an RTF file using SAS University and everything transfers, minus the graphics and the table. However, when I use the same code (but change the output type) for pdfs and excel files, the output works perfectly. I'm on a Mac, not sure if that's the problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only thing I've noticed is that the RTF file opens up as in text edit, instead of Microsoft Word, so I don't know if that is the problem? If there are any mac users with experience, some guidance would be great!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code for part of what I'm trying to output is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname pm410 '/folders/myfolders';&lt;BR /&gt;proc contents data=pm410.analysis_bb;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;run;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;ods trace on;&lt;BR /&gt;ods rtf style=snow file='/folders/myfolders/Parametric &amp;amp; Non-Parametric Hypothesis Testing.rtf';&lt;BR /&gt;title1 'Simple Statistics for Age';&lt;BR /&gt;proc means data=pm410.analysis_bb n mean std min max;&lt;BR /&gt;var RIDAGEYR;&lt;BR /&gt;run;&lt;BR /&gt;title1 'Quantiles and Extreme Observations for Ages in Sample';&lt;BR /&gt;proc univariate data=pm410.analysis_bb;&lt;BR /&gt;var RIDAGEYR;&lt;BR /&gt;ods select quantiles extremeobs;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;title1 'Boxplots of Scores of EPA and DHS Consumed by Depressed and Non-Depressed Individuals';&lt;BR /&gt;proc npar1way data=pm410.analysis_bb wilcoxon;&lt;BR /&gt;class depbinary;&lt;BR /&gt;var EPA DHA;&lt;BR /&gt;ods graphics on;&lt;BR /&gt;ods select WilcoxonBoxPlot;&lt;BR /&gt;run;&lt;BR /&gt;ods rtf close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 19:33:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/RTF-output-not-showing-graphics/m-p/511805#M2249</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-09T19:33:28Z</dc:date>
    </item>
  </channel>
</rss>

