<?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: run ? quit ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/run-quit/m-p/807386#M318323</link>
    <description>&lt;P&gt;PROC SQL should always end with QUIT;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should never end with RUN;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2022 13:21:49 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-04-12T13:21:49Z</dc:date>
    <item>
      <title>run ? quit ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/run-quit/m-p/807385#M318322</link>
      <description>&lt;P&gt;Finally, the query ends with a QUIT statement. You do not need a&lt;BR /&gt;RUN statement because PROC SQL executes as soon as a complete query has been&lt;BR /&gt;specified. If you don’t include a QUIT statement, PROC SQL remains in memory for&lt;BR /&gt;another query.&lt;/P&gt;
&lt;P&gt;Above is from my textbook,&amp;nbsp; I cannot understand.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 13:20:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/run-quit/m-p/807385#M318322</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2022-04-12T13:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: run ? quit ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/run-quit/m-p/807386#M318323</link>
      <description>&lt;P&gt;PROC SQL should always end with QUIT;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should never end with RUN;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 13:21:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/run-quit/m-p/807386#M318323</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-04-12T13:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: run ? quit ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/run-quit/m-p/807393#M318327</link>
      <description>&lt;P&gt;PROC SQL is "interactive". Each statement is executed immediately when completed, so no RUN; is needed. To end the procedure, a QUIT; is the correct way. But the SAS interpreter will also terminate the SQL procedure if a DATA or PROC statement is encountered.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other procedures that are not ended by a RUN are those that support run-group processing, like PROC DATASETS; these also need a QUIT.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 13:32:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/run-quit/m-p/807393#M318327</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-04-12T13:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: run ? quit ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/run-quit/m-p/807518#M318389</link>
      <description>Thank you for your help.</description>
      <pubDate>Wed, 13 Apr 2022 00:41:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/run-quit/m-p/807518#M318389</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2022-04-13T00:41:27Z</dc:date>
    </item>
  </channel>
</rss>

