<?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: basic question:  Run; vs Quit; in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/basic-question-Run-vs-Quit/m-p/97398#M27506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was recently asking myself the same thing, and ran across this answer:&amp;nbsp; &lt;A href="http://www.runsubmit.com/questions/313/what-is-the-difference-between-run-and-quit"&gt;http://www.runsubmit.com/questions/313/what-is-the-difference-between-run-and-quit&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2013 15:11:40 GMT</pubDate>
    <dc:creator>Michelle</dc:creator>
    <dc:date>2013-04-04T15:11:40Z</dc:date>
    <item>
      <title>basic question:  Run; vs Quit;</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/basic-question-Run-vs-Quit/m-p/97395#M27503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just curious....why do some procs (PRINT,FORMAT) use RUN; while others (SQL; DATASETS) use QUIT; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 12:58:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/basic-question-Run-vs-Quit/m-p/97395#M27503</guid>
      <dc:creator>onpoint1</dc:creator>
      <dc:date>2013-04-04T12:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: basic question:  Run; vs Quit;</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/basic-question-Run-vs-Quit/m-p/97396#M27504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL is unique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Others that have "run group processing" like REG, DATASETS use QUIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That sounds about right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 13:31:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/basic-question-Run-vs-Quit/m-p/97396#M27504</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-04-04T13:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: basic question:  Run; vs Quit;</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/basic-question-Run-vs-Quit/m-p/97397#M27505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While you are asking this, perhaps you don't know that RUN CANCEL;&amp;nbsp; exists. It has the effect of a progressive syntaxic analysis without execution Andre&lt;/P&gt;&lt;P&gt;9&amp;nbsp;&amp;nbsp;&amp;nbsp; proc freiq data=sashelp.class; ERROR: Procedure FREIQ not found.&lt;/P&gt;&lt;P&gt;10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tuobles sex;&lt;/P&gt;&lt;P&gt;11&amp;nbsp; run cancel; WARNING: The procedure was not executed at the user's request.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE FREIQ used (Total process time):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds &lt;/P&gt;&lt;P&gt;13&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc freq data=sashelp.class;&lt;/P&gt;&lt;P&gt;14&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tuobles sex;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;-------&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 180 ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;15&amp;nbsp; run cancel;&lt;/P&gt;&lt;P&gt;WARNING: The procedure was not executed at the user's request.&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE FREQ used (Total process time):&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.10 seconds&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 14:54:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/basic-question-Run-vs-Quit/m-p/97397#M27505</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2013-04-04T14:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: basic question:  Run; vs Quit;</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/basic-question-Run-vs-Quit/m-p/97398#M27506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was recently asking myself the same thing, and ran across this answer:&amp;nbsp; &lt;A href="http://www.runsubmit.com/questions/313/what-is-the-difference-between-run-and-quit"&gt;http://www.runsubmit.com/questions/313/what-is-the-difference-between-run-and-quit&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 15:11:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/basic-question-Run-vs-Quit/m-p/97398#M27506</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2013-04-04T15:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: basic question:  Run; vs Quit;</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/basic-question-Run-vs-Quit/m-p/97399#M27507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the answer straight from SAS documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RUN-group processing enables you to submit a PROC step with a RUN statement without ending the procedure. You can continue to use the procedure without issuing another PROC statement. To end the procedure, use a RUN CANCEL or a QUIT statement. Several base SAS procedures support RUN-group processing: &lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;CATALOG&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;DATASETS&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;PLOT&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;PMENU&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;TRANTAB&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;See the section on the individual procedure for more information.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="strong"&gt;Note:&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; PROC SQL executes each query automatically. Neither the RUN nor RUN CANCEL statement has any effect.&amp;nbsp; &lt;/STRONG&gt;&lt;IMG align="bottom" alt="[cautionend]" border="0" class="jiveImage" src="http://support.sas.com/onlinedoc/913/getDoc/en/common.hlp/images/cautend.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;straight from the horse's mouth (with apologies to Dr. Goodnight)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 15:31:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/basic-question-Run-vs-Quit/m-p/97399#M27507</guid>
      <dc:creator>jerry_hamilton</dc:creator>
      <dc:date>2013-04-04T15:31:16Z</dc:date>
    </item>
  </channel>
</rss>

