<?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 Is the procedure still running? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Is-the-procedure-still-running/m-p/9340#M615</link>
    <description>I don't know if the proc glm procedure is still running - it seems to be, because the heading of the editor says PROC GLM Running.  Is it?</description>
    <pubDate>Sat, 05 Apr 2008 18:27:37 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-04-05T18:27:37Z</dc:date>
    <item>
      <title>Is the procedure still running?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Is-the-procedure-still-running/m-p/9340#M615</link>
      <description>I don't know if the proc glm procedure is still running - it seems to be, because the heading of the editor says PROC GLM Running.  Is it?</description>
      <pubDate>Sat, 05 Apr 2008 18:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Is-the-procedure-still-running/m-p/9340#M615</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-04-05T18:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is the procedure still running?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Is-the-procedure-still-running/m-p/9341#M616</link>
      <description>Hi, most SAS procedures end with a RUN; statement. But, a few SAS procedures perform what is called "run-time" processing and they end with a QUIT; statement. I believe that Proc GLM might be one of the procedures that needs a QUIT; statement. You might try this as a program model:&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc glm data=whatever;&lt;BR /&gt;
 ...statements...&lt;BR /&gt;
run;&lt;BR /&gt;
  ... more statements...&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Just put a QUIT; statement when you're done with the last of your PROC GLM statements. That should eliminate the 'Proc XXXXX Running' message.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 06 Apr 2008 00:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Is-the-procedure-still-running/m-p/9341#M616</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-04-06T00:09:37Z</dc:date>
    </item>
  </channel>
</rss>

