<?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: quit statement in proc gplot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/quit-statement-in-proc-gplot/m-p/492132#M129284</link>
    <description>&lt;P&gt;You always use it to end the PROC.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Sep 2018 00:50:56 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-09-04T00:50:56Z</dc:date>
    <item>
      <title>quit statement in proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quit-statement-in-proc-gplot/m-p/492131#M129283</link>
      <description>&lt;P&gt;When do you use the quit; statement in proc gplot? When do you not?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 00:48:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quit-statement-in-proc-gplot/m-p/492131#M129283</guid>
      <dc:creator>clq</dc:creator>
      <dc:date>2018-09-04T00:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: quit statement in proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quit-statement-in-proc-gplot/m-p/492132#M129284</link>
      <description>&lt;P&gt;You always use it to end the PROC.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 00:50:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quit-statement-in-proc-gplot/m-p/492132#M129284</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-09-04T00:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: quit statement in proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quit-statement-in-proc-gplot/m-p/492133#M129285</link>
      <description>Hi:&lt;BR /&gt;ALL of the "G" SAS/GRAPH graphics procedures -- GCHART, GPLOT, GRADAR, GREPLAY, GBARLINE, etc -- end with a &lt;BR /&gt;QUIT;&lt;BR /&gt;statement.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Tue, 04 Sep 2018 00:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quit-statement-in-proc-gplot/m-p/492133#M129285</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-09-04T00:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: quit statement in proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quit-statement-in-proc-gplot/m-p/492148#M129291</link>
      <description>&lt;P&gt;You can write:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc gplot data=SASHELP.CLASS;
  plot WEIGHT*AGE;
  run;
  plot HEIGHT*AGE;
  where SEX='F';
  run;
quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;All the procedures that can run successive tasks are ended with QUIT, since the end of a task is not the end of the procedure.&lt;/P&gt;
&lt;P&gt;proc datasets, proc sql, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 02:47:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quit-statement-in-proc-gplot/m-p/492148#M129291</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-09-04T02:47:05Z</dc:date>
    </item>
  </channel>
</rss>

