<?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 Inforrmation needed about Quit statement. in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Inforrmation-needed-about-Quit-statement/m-p/58818#M7025</link>
    <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Unlike "run", certain procesures like proc sql, datasets use "quit" statement to end their step. Every document specifies that they are "interactive" procedures which ic different from other proc's. So, my question is "in what way are they different?". Can we visualize this by an example code?&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Msg</description>
    <pubDate>Sun, 26 Jul 2009 17:52:26 GMT</pubDate>
    <dc:creator>msg</dc:creator>
    <dc:date>2009-07-26T17:52:26Z</dc:date>
    <item>
      <title>Inforrmation needed about Quit statement.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Inforrmation-needed-about-Quit-statement/m-p/58818#M7025</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Unlike "run", certain procesures like proc sql, datasets use "quit" statement to end their step. Every document specifies that they are "interactive" procedures which ic different from other proc's. So, my question is "in what way are they different?". Can we visualize this by an example code?&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Msg</description>
      <pubDate>Sun, 26 Jul 2009 17:52:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Inforrmation-needed-about-Quit-statement/m-p/58818#M7025</guid>
      <dc:creator>msg</dc:creator>
      <dc:date>2009-07-26T17:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Inforrmation needed about Quit statement.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Inforrmation-needed-about-Quit-statement/m-p/58819#M7026</link>
      <description>Any of these PROCs have commands that can be executed depending on the specific requirement, such as PROC DATASETS or PROC CATALOG - you can review the SAS Procedures Guide for the commands related to the procedure.  And so the given procedure remains in a "running" state (depending on the OS platform and whether executing in batch or interactive) until the QUIT;  command is issued.  Also, for some PROCs, an allocated "libref" or "fileref" remains open until the QUIT;  command is issued, which is another consideration for the command.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sun, 26 Jul 2009 18:47:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Inforrmation-needed-about-Quit-statement/m-p/58819#M7026</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-07-26T18:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inforrmation needed about Quit statement.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Inforrmation-needed-about-Quit-statement/m-p/58820#M7027</link>
      <description>Further to Scott's reply, another example of a command is a SQL statement in proc sql. &lt;BR /&gt;
You can start proc sql, and then run SQL statements as you go. Each SQL statement is standalone within the procedure, and doesn't need anything else (like a run;) to be executed.&lt;BR /&gt;
A third example is proc gplot: You start it, and then do as many plots as you you want on the table the procedure uses. In this case, because a graph might need several statements, each graph is created when the run; statement is encountered.</description>
      <pubDate>Sun, 26 Jul 2009 23:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Inforrmation-needed-about-Quit-statement/m-p/58820#M7027</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-07-26T23:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Inforrmation needed about Quit statement.</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Inforrmation-needed-about-Quit-statement/m-p/58821#M7028</link>
      <description>Thanks Sbb &amp;amp; Chris, for your information.</description>
      <pubDate>Mon, 27 Jul 2009 05:12:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Inforrmation-needed-about-Quit-statement/m-p/58821#M7028</guid>
      <dc:creator>msg</dc:creator>
      <dc:date>2009-07-27T05:12:16Z</dc:date>
    </item>
  </channel>
</rss>

