<?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: How to direct plots to be saved in an rtf file in the output folder and not go in the user area in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/689991#M33273</link>
    <description>Thanks for your suggestion. Could you please also suggest how can I restrict the plots going to the user area folder as stray .png files. Thanks</description>
    <pubDate>Thu, 08 Oct 2020 14:03:03 GMT</pubDate>
    <dc:creator>Arthur2</dc:creator>
    <dc:date>2020-10-08T14:03:03Z</dc:date>
    <item>
      <title>How to direct plots to be saved in an rtf file in the output folder and not go in the user area</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/689971#M33271</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using proc mixed to get estimates and the plots for model validity check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;ods output lsmeans=estimate&lt;BR /&gt;diffs=diff;&lt;/P&gt;&lt;P&gt;proc mixed data = mydata (where=(treatn in (1,2,3))) plots=all;&lt;BR /&gt;by estremn estrem atypen atype paramcd param avisitn avisit ;&lt;BR /&gt;class treatn;&lt;BR /&gt;model aval = treatn base/residual outp=resid;&lt;BR /&gt;lsmeans treatn / pdiff=control('1');&lt;BR /&gt;lsmeans treatn / pdiff=control('2');&lt;BR /&gt;run;&lt;BR /&gt;ods output close;&lt;BR /&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help is needed to create a file in the "Output" folder where all the plots go instead of going to the user area folder&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:33:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/689971#M33271</guid>
      <dc:creator>Arthur2</dc:creator>
      <dc:date>2020-10-08T13:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to direct plots to be saved in an rtf file in the output folder and not go in the user area</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/689974#M33272</link>
      <description>&lt;P&gt;Specify a statement like the following to direct the displayed results to an rtf file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file='tmp.rtf';&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:41:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/689974#M33272</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2020-10-08T13:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to direct plots to be saved in an rtf file in the output folder and not go in the user area</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/689991#M33273</link>
      <description>Thanks for your suggestion. Could you please also suggest how can I restrict the plots going to the user area folder as stray .png files. Thanks</description>
      <pubDate>Thu, 08 Oct 2020 14:03:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/689991#M33273</guid>
      <dc:creator>Arthur2</dc:creator>
      <dc:date>2020-10-08T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to direct plots to be saved in an rtf file in the output folder and not go in the user area</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/689998#M33274</link>
      <description>&lt;P&gt;Related to your question, in SAS 9.4M6 the &lt;STRONG&gt;&lt;FONT color="#800080"&gt;ODS destination for Word&lt;/FONT&gt;&lt;/STRONG&gt; has been added as a &lt;U&gt;preproduction&lt;/U&gt; destination. This destination creates Microsoft Word documents (.docx).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;FONT color="#800080"&gt;&lt;STRONG&gt;The ODS destination for Word standard format &lt;U&gt;is richer&lt;/U&gt; than the intermediate text formats of ODS RTF reports.&lt;/STRONG&gt;&lt;/FONT&gt; Although Microsoft Word reads the intermediate text format reports, some SAS reporting elements might get lost in translation because the intermediate formats of the RTF-generated report are not as rich as the standard formats required by the ODS destination for Word."&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods word file="pagexofy.docx"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=odsug&amp;amp;docsetTarget=p10mxeb6wxqfjgn1p5u0w4t8qf20.htm&amp;amp;locale=en" target="_self"&gt;ODS WORD Statement&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 14:09:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/689998#M33274</guid>
      <dc:creator>SylvainTremblay</dc:creator>
      <dc:date>2020-10-08T14:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to direct plots to be saved in an rtf file in the output folder and not go in the user area</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/690009#M33275</link>
      <description>&lt;P&gt;In ODS, you can&amp;nbsp;control the image location (path) for ODS Graphics output and you can also specify the format of the image. Here's an example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics 
   / reset 
     width=5in          /* width of the image = 5 inches */
     imagename="fitplot" 
     imagefmt=png       /* Format of the image  */;

ods listing 
    gpath="path"         /*path of the destination folder of the image */
    image_dpi=200        /* Dot per inch resolution */
    style=analysis      /* ODS Style */;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Oct 2020 14:28:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/690009#M33275</guid>
      <dc:creator>SylvainTremblay</dc:creator>
      <dc:date>2020-10-08T14:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to direct plots to be saved in an rtf file in the output folder and not go in the user area</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/690014#M33276</link>
      <description>&lt;P&gt;You might just need to close the Listing destination:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing close;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 14:41:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-direct-plots-to-be-saved-in-an-rtf-file-in-the-output/m-p/690014#M33276</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2020-10-08T14:41:09Z</dc:date>
    </item>
  </channel>
</rss>

