<?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 SAS REPEAT GRAPHICS in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SAS-REPEAT-GRAPHICS/m-p/392382#M13458</link>
    <description>&lt;P&gt;Can someone help me please?&lt;/P&gt;&lt;P&gt;I'm doing a final work for University and when I run code by code, I get all the perfect graphics, but if I run all the codes at the same time, then only the last graph is repeated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been told that I need to add something at the end of each code so I do not repeat the graphs.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2017 22:14:49 GMT</pubDate>
    <dc:creator>Sacevedop</dc:creator>
    <dc:date>2017-08-31T22:14:49Z</dc:date>
    <item>
      <title>SAS REPEAT GRAPHICS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-REPEAT-GRAPHICS/m-p/392382#M13458</link>
      <description>&lt;P&gt;Can someone help me please?&lt;/P&gt;&lt;P&gt;I'm doing a final work for University and when I run code by code, I get all the perfect graphics, but if I run all the codes at the same time, then only the last graph is repeated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been told that I need to add something at the end of each code so I do not repeat the graphs.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 22:14:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-REPEAT-GRAPHICS/m-p/392382#M13458</guid>
      <dc:creator>Sacevedop</dc:creator>
      <dc:date>2017-08-31T22:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS REPEAT GRAPHICS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-REPEAT-GRAPHICS/m-p/392391#M13459</link>
      <description>&lt;P&gt;We don't have your data so can't run your program. And it's long so I don't want to read it all.&lt;/P&gt;
&lt;P&gt;But it looks like you've just copied and pasted the code. In the log, it shows the path to the image files, is the name getting reset each time?&lt;/P&gt;
&lt;P&gt;If so, remove the options you have on the ODS GRAPHICS statement and try again.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're still having issues, post your log with two or three graphs created, not &amp;nbsp;the whole run.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 22:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-REPEAT-GRAPHICS/m-p/392391#M13459</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-31T22:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS REPEAT GRAPHICS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-REPEAT-GRAPHICS/m-p/392393#M13460</link>
      <description>&lt;P&gt;From your question it is not obvious if want to create duplicate graphs or prevent duplicate graphs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only way I see to create duplicate graphs is to rerun the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you need to clear the results viewer before running code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 23:01:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-REPEAT-GRAPHICS/m-p/392393#M13460</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-08-31T23:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS REPEAT GRAPHICS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-REPEAT-GRAPHICS/m-p/392629#M13461</link>
      <description>&lt;P&gt;the reason is that you are using&lt;/P&gt;
&lt;P&gt;ODS GRAPHICS / RESET;&lt;/P&gt;
&lt;P&gt;before each call. &amp;nbsp;The RESET option resets the filename counter, which causes the next graph to overwrite the previous.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To fix this problem, put ODS GRAPHICS / RESET IMAGEMAP at the top of your file, but nowhere else.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 18:37:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-REPEAT-GRAPHICS/m-p/392629#M13461</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-09-01T18:37:02Z</dc:date>
    </item>
  </channel>
</rss>

