<?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 Nothing happening when running code in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Nothing-happening-when-running-code/m-p/218667#M53765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone else have this problem? Basically, sometimes when I write a macro and run the code, nothing happens. The log just writes the code you tried to execute in black but it's like SAS is disabled and you have to turn off SAS and turn it back on before it runs properly again. Is there a way around this without having to turn off and on sas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2015 14:55:58 GMT</pubDate>
    <dc:creator>brophymj</dc:creator>
    <dc:date>2015-05-25T14:55:58Z</dc:date>
    <item>
      <title>Nothing happening when running code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Nothing-happening-when-running-code/m-p/218667#M53765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone else have this problem? Basically, sometimes when I write a macro and run the code, nothing happens. The log just writes the code you tried to execute in black but it's like SAS is disabled and you have to turn off SAS and turn it back on before it runs properly again. Is there a way around this without having to turn off and on sas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 14:55:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Nothing-happening-when-running-code/m-p/218667#M53765</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2015-05-25T14:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Nothing happening when running code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Nothing-happening-when-running-code/m-p/218668#M53766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have some open string or definition, or an unclosed comment. SAS waits for this to "finish".&lt;/P&gt;&lt;P&gt;Inspect the code/log you submitted before this happened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 15:59:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Nothing-happening-when-running-code/m-p/218668#M53766</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-05-25T15:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Nothing happening when running code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Nothing-happening-when-running-code/m-p/218669#M53767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An additional possibility:&amp;nbsp; an unfinished macro definition (missing the %mend statement).&amp;nbsp; At any rate, here is a string you can submit that will close most (possibly all) of these types of problems without getting out of SAS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*);*/;/*'*/ /*"*/; %MEND;run;quit;;;;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 13:24:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Nothing-happening-when-running-code/m-p/218669#M53767</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2015-05-26T13:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Nothing happening when running code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Nothing-happening-when-running-code/m-p/218670#M53768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Be very careful with comments as the macro processor doesn't like the *line of code; comments.&lt;/P&gt;&lt;P&gt;If you are using those change them to %* code; So the macro processor knows they are comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as much as practical, start small and add pieces. If your think your data is too large for this to run due to length of processing then make a smaller data set with the key elements and just a few records or use the system option OBS to set a number of records to process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spelling counts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 15:20:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Nothing-happening-when-running-code/m-p/218670#M53768</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-05-26T15:20:40Z</dc:date>
    </item>
  </channel>
</rss>

