<?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: No way to clear the &amp;quot;Graph&amp;quot; window in SAS? in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/No-way-to-clear-the-quot-Graph-quot-window-in-SAS/m-p/6418#M27</link>
    <description>In addition to David's suggestions, if what you want to do is delete entries in the internal graph catalog so your graph entry numbers don't keep incrementing, you could precede your SAS/Graph code with:&lt;BR /&gt;
[pre]&lt;BR /&gt;
  &lt;BR /&gt;
proc greplay igout = work.gseg nofs;&lt;BR /&gt;
  delete _all_;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
  &lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Which will delete ALL the previous entries. If you do not want to delete ALL the entries, then consult the SAS/Graph documentation for information on how to manage the graph catalog entries.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Fri, 18 Jan 2008 00:20:42 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-01-18T00:20:42Z</dc:date>
    <item>
      <title>No way to clear the "Graph" window in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/No-way-to-clear-the-quot-Graph-quot-window-in-SAS/m-p/6416#M25</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
It's a little bit annoying that there's no (or at least I couldn't find any) way to clear the graph window in sas 9. So I have to close the software again and again. It become cumbersome when I open a dosen of projects and run them. Fortunately there is such an option in the output window (by right clicking). Is there any way to get around this?!&lt;BR /&gt;
&lt;BR /&gt;
thanks</description>
      <pubDate>Thu, 17 Jan 2008 18:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/No-way-to-clear-the-quot-Graph-quot-window-in-SAS/m-p/6416#M25</guid>
      <dc:creator>rfathzadeh</dc:creator>
      <dc:date>2008-01-17T18:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: No way to clear the "Graph" window in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/No-way-to-clear-the-quot-Graph-quot-window-in-SAS/m-p/6417#M26</link>
      <description>Are you talking about the graph window that displays the results of your last graphic procedure?&lt;BR /&gt;
&lt;BR /&gt;
Look first at the command syntax for the product, specifically in the Factual Material under "Running SAS/Graph programs" / "Running in batch mode".  Correctly set, this will create your graphs, storing them to a SAS/Graph catalogue you specify, but suppress their being displayed on the SAS session.&lt;BR /&gt;
&lt;BR /&gt;
If all you want to do is clear the window each time the graph is displayed, then you can use a display manager command to close the Graph window.  The window is called "Graph", so coding   &lt;BR /&gt;
&lt;BR /&gt;
dm "graph; end" &lt;BR /&gt;
&lt;BR /&gt;
will switch focus to the Graph window and close it before returning focus to the previous (usually wpgm) window.&lt;BR /&gt;
&lt;BR /&gt;
Kind regards&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Thu, 17 Jan 2008 21:46:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/No-way-to-clear-the-quot-Graph-quot-window-in-SAS/m-p/6417#M26</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-01-17T21:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: No way to clear the "Graph" window in SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/No-way-to-clear-the-quot-Graph-quot-window-in-SAS/m-p/6418#M27</link>
      <description>In addition to David's suggestions, if what you want to do is delete entries in the internal graph catalog so your graph entry numbers don't keep incrementing, you could precede your SAS/Graph code with:&lt;BR /&gt;
[pre]&lt;BR /&gt;
  &lt;BR /&gt;
proc greplay igout = work.gseg nofs;&lt;BR /&gt;
  delete _all_;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
  &lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Which will delete ALL the previous entries. If you do not want to delete ALL the entries, then consult the SAS/Graph documentation for information on how to manage the graph catalog entries.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 18 Jan 2008 00:20:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/No-way-to-clear-the-quot-Graph-quot-window-in-SAS/m-p/6418#M27</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-01-18T00:20:42Z</dc:date>
    </item>
  </channel>
</rss>

