<?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: How to suppress this pop-up note? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-this-pop-up-note/m-p/303463#M64468</link>
    <description>&lt;P&gt;Suppressing the note, even if it were possible (and I don't think it is), won't make the problem go away. The procedure that is running to cause the note will still stop any further statements executing. What are you doing to cause the note in the first place?&lt;/P&gt;</description>
    <pubDate>Sun, 09 Oct 2016 18:36:19 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2016-10-09T18:36:19Z</dc:date>
    <item>
      <title>How to suppress this pop-up note?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-this-pop-up-note/m-p/303459#M64465</link>
      <description>&lt;PRE&gt; NOTE:  A PROC is currently executing. All subsequently submitted statements will not begin executing until its completion.&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone please tell me if there is an option in SAS to suppress the pop-up note&amp;nbsp;above? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13040i22A30232E734A065/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="clipboard.png" title="clipboard.png" /&gt;</description>
      <pubDate>Sun, 09 Oct 2016 18:09:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-this-pop-up-note/m-p/303459#M64465</guid>
      <dc:creator>Xianhua</dc:creator>
      <dc:date>2016-10-09T18:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress this pop-up note?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-this-pop-up-note/m-p/303463#M64468</link>
      <description>&lt;P&gt;Suppressing the note, even if it were possible (and I don't think it is), won't make the problem go away. The procedure that is running to cause the note will still stop any further statements executing. What are you doing to cause the note in the first place?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2016 18:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-this-pop-up-note/m-p/303463#M64468</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-10-09T18:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress this pop-up note?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-this-pop-up-note/m-p/303470#M64472</link>
      <description>&lt;P&gt;If you're using RSUBMIT you haven't specified the WAIT=no option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check&amp;nbsp;the documenation and see the example below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;rsubmit wait=no macvar=check_test;

proc freq data=table.large_table;
table variable_levels/out=check;
run;


endrsubmit;


%put &amp;amp;check_test;

rget;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/connref/67933/HTML/default/viewer.htm#p1eyablk3vvdlkn1h5euyczvt585.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/connref/67933/HTML/default/viewer.htm#p1eyablk3vvdlkn1h5euyczvt585.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2016 19:54:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-suppress-this-pop-up-note/m-p/303470#M64472</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-09T19:54:43Z</dc:date>
    </item>
  </channel>
</rss>

