<?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: Dropping freqplot from saving to my output folder in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686784#M24467</link>
    <description>&lt;A href="https://blogs.sas.com/content/iml/2015/05/26/suppress-ods.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2015/05/26/suppress-ods.html&lt;/A&gt;</description>
    <pubDate>Fri, 25 Sep 2020 17:14:54 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-09-25T17:14:54Z</dc:date>
    <item>
      <title>Dropping freqplot from saving to my output folder</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686753#M24459</link>
      <description>&lt;P&gt;How do I stop frqplot output from getting saved to my output folder automatically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc freq data=new3 order=data;&lt;BR /&gt;table Week / NOCUM plots=freqplot;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 16:24:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686753#M24459</guid>
      <dc:creator>hjjijkkl</dc:creator>
      <dc:date>2020-09-25T16:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping freqplot from saving to my output folder</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686755#M24460</link>
      <description>Hi:&lt;BR /&gt;  Well, I'd tell you to use&lt;BR /&gt;ODS GRAPHICS OFF;&lt;BR /&gt;&lt;BR /&gt;but it looks like you're explicitly asking for the FREQPLOT in your code. What do you want to do with the plot? Is there an alternate place you want to save it? If so, then you've got to tell us what destination(s) you have turned on. By default, ODS GRAPHICS writes to the PATH= or GPATH= location for your open destination(s). Without showing any ODS statements that implies you are using the default destination. The default destination can be different depending on how you are using SAS. So what do you want to have happen to the FREQPLOT?&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Fri, 25 Sep 2020 16:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686755#M24460</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-09-25T16:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping freqplot from saving to my output folder</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686757#M24461</link>
      <description>Yes, So, I am using ODS Word for my output report and I have the graph printed in the word document but, at the same time the freqplot.png is getting saved automatically which I dont want to happen. Is there another code that I can use to have frequency table with freq graph?</description>
      <pubDate>Fri, 25 Sep 2020 16:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686757#M24461</guid>
      <dc:creator>hjjijkkl</dc:creator>
      <dc:date>2020-09-25T16:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping freqplot from saving to my output folder</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686760#M24462</link>
      <description>I do have a default folder in C:\ , and i have used ODS GRAPHICS OFF but, it didnt drop the freqplot.png from saving automatically to the default folder.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2020 16:42:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686760#M24462</guid>
      <dc:creator>hjjijkkl</dc:creator>
      <dc:date>2020-09-25T16:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping freqplot from saving to my output folder</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686779#M24464</link>
      <description>Do you happen to have other destinations open or just your WORD/RTF destination?</description>
      <pubDate>Fri, 25 Sep 2020 17:04:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686779#M24464</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-25T17:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping freqplot from saving to my output folder</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686782#M24465</link>
      <description>I only have ods Word file "filepath"&lt;BR /&gt;ods word close;</description>
      <pubDate>Fri, 25 Sep 2020 17:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686782#M24465</guid>
      <dc:creator>hjjijkkl</dc:creator>
      <dc:date>2020-09-25T17:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping freqplot from saving to my output folder</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686783#M24466</link>
      <description>There's usually the default ODS though, either listing or HTML depending on your set up. If you haven't turned those off then SAS is still generating output to your Results window which is why you're still getting files. &lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2020 17:14:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686783#M24466</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-25T17:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping freqplot from saving to my output folder</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686784#M24467</link>
      <description>&lt;A href="https://blogs.sas.com/content/iml/2015/05/26/suppress-ods.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2015/05/26/suppress-ods.html&lt;/A&gt;</description>
      <pubDate>Fri, 25 Sep 2020 17:14:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686784#M24467</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-09-25T17:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dropping freqplot from saving to my output folder</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686789#M24470</link>
      <description>&lt;P&gt;Thank you all&amp;nbsp;ODS GRAPHICS OFF final worked!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 17:24:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Dropping-freqplot-from-saving-to-my-output-folder/m-p/686789#M24470</guid>
      <dc:creator>hjjijkkl</dc:creator>
      <dc:date>2020-09-25T17:24:00Z</dc:date>
    </item>
  </channel>
</rss>

