<?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 When a program becomes non-responsive in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/When-a-program-becomes-non-responsive/m-p/34236#M8316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i'll try it.&amp;nbsp; thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2011 16:50:38 GMT</pubDate>
    <dc:creator>GreggB</dc:creator>
    <dc:date>2011-07-20T16:50:38Z</dc:date>
    <item>
      <title>When a program becomes non-responsive</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/When-a-program-becomes-non-responsive/m-p/34234#M8314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sometimes when i submit a macro, the only thing I see in the log statement is the macro itself.&amp;nbsp; At this point, SAS seems to become non-responsive.&amp;nbsp; No other DATA step or PROC step will respond.&amp;nbsp; My only recourse is to shut down the session and reopen it (which is sometimes inconvenient.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to "wake SAS up"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 14:16:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/When-a-program-becomes-non-responsive/m-p/34234#M8314</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2011-07-20T14:16:40Z</dc:date>
    </item>
    <item>
      <title>When a program becomes non-responsive</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/When-a-program-becomes-non-responsive/m-p/34235#M8315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been told that if you submit and continue to submit this line &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: green; font-family: 'SAS Monospace';"&gt;*'&lt;/SPAN&gt;;&lt;SPAN style="font-size: 8pt; color: green; font-family: 'SAS Monospace';"&gt;*"&lt;/SPAN&gt;;&lt;SPAN style="font-size: 8pt; color: green; font-family: 'SAS Monospace';"&gt;*)&lt;/SPAN&gt;; &lt;SPAN style="font-size: 8pt; color: green; font-family: 'SAS Monospace';"&gt;*/&lt;/SPAN&gt;; &lt;SPAN style="font-size: 8pt; color: blue; font-family: 'SAS Monospace';"&gt;%mend&lt;/SPAN&gt;; &lt;SPAN style="font-size: 8pt; color: blue; font-family: 'SAS Monospace';"&gt;run&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;until you see&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: maroon; font-family: 'SAS Monospace';"&gt;ERROR: No matching %MACRO statement for this %MEND statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: maroon; font-family: 'SAS Monospace';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: maroon; font-family: 'SAS Monospace';"&gt;you may be able to recover from the unresponsive state.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 16:12:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/When-a-program-becomes-non-responsive/m-p/34235#M8315</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2011-07-20T16:12:28Z</dc:date>
    </item>
    <item>
      <title>When a program becomes non-responsive</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/When-a-program-becomes-non-responsive/m-p/34236#M8316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i'll try it.&amp;nbsp; thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 16:50:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/When-a-program-becomes-non-responsive/m-p/34236#M8316</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2011-07-20T16:50:38Z</dc:date>
    </item>
    <item>
      <title>When a program becomes non-responsive</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/When-a-program-becomes-non-responsive/m-p/34237#M8317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like a black hole problem mentioned by sas documentation. i.e. it is what mentioned by _null_, you have not %mend; or misspell this statement.SAS will still accept the following code to fill into macro facility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 16:23:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/When-a-program-becomes-non-responsive/m-p/34237#M8317</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-07-22T16:23:23Z</dc:date>
    </item>
  </channel>
</rss>

