<?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: Last statement not executing in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Last-statement-not-executing/m-p/33758#M6633</link>
    <description>Please share your code *AND* your SASLOG output (with all source code revealed).&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Thu, 24 Jul 2008 17:01:56 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2008-07-24T17:01:56Z</dc:date>
    <item>
      <title>Last statement not executing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Last-statement-not-executing/m-p/33757#M6632</link>
      <description>Hello all,&lt;BR /&gt;
&lt;BR /&gt;
I have a bizarre little problem...whatever statement is last in my program does not execute.  Or more accurately, SAS executes it but it takes far, far longer than it should to complete (I have yet to see it finish).  And it's always for the last statement in my program (say, a PROC REG).&lt;BR /&gt;
&lt;BR /&gt;
Has anyone else encountered this error?&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your time.</description>
      <pubDate>Thu, 24 Jul 2008 15:05:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Last-statement-not-executing/m-p/33757#M6632</guid>
      <dc:creator>GVeers</dc:creator>
      <dc:date>2008-07-24T15:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Last statement not executing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Last-statement-not-executing/m-p/33758#M6633</link>
      <description>Please share your code *AND* your SASLOG output (with all source code revealed).&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 24 Jul 2008 17:01:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Last-statement-not-executing/m-p/33758#M6633</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2008-07-24T17:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Last statement not executing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Last-statement-not-executing/m-p/33759#M6634</link>
      <description>Hi:&lt;BR /&gt;
  Just a bit of additional troubleshooting. PROC REG (and some other procedures) have an "interactive" capability. They do not end with a RUN; as the step boundary, they end with a QUIT;&lt;BR /&gt;
&lt;BR /&gt;
  If you only have a RUN; at the bottom of your PROC REG step, you might see whether adding a &lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;B&gt;QUIT;&lt;/B&gt;[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
makes the PROC REG finish up in a quicker manner.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 24 Jul 2008 18:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Last-statement-not-executing/m-p/33759#M6634</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-07-24T18:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Last statement not executing</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Last-statement-not-executing/m-p/33760#M6635</link>
      <description>Bingo!  That did the trick, Cynthia!  Thanks a billion!</description>
      <pubDate>Thu, 24 Jul 2008 18:32:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Last-statement-not-executing/m-p/33760#M6635</guid>
      <dc:creator>GVeers</dc:creator>
      <dc:date>2008-07-24T18:32:31Z</dc:date>
    </item>
  </channel>
</rss>

