<?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 Keyword Colours in Macros in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Keyword-Colours-in-Macros/m-p/190761#M35970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know if there is a statement or option to keep keywords colours whithin a macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 07:49:54 GMT</pubDate>
    <dc:creator>piavar</dc:creator>
    <dc:date>2014-10-20T07:49:54Z</dc:date>
    <item>
      <title>Keyword Colours in Macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Keyword-Colours-in-Macros/m-p/190761#M35970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know if there is a statement or option to keep keywords colours whithin a macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paolo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 07:49:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Keyword-Colours-in-Macros/m-p/190761#M35970</guid>
      <dc:creator>piavar</dc:creator>
      <dc:date>2014-10-20T07:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword Colours in Macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Keyword-Colours-in-Macros/m-p/190762#M35971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so.&amp;nbsp; The reason being is that macro code isn't actually code until it has been parsed by the pre-processor.&amp;nbsp; Simplest way is to write your code, then copy over to a macro and change for parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 08:33:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Keyword-Colours-in-Macros/m-p/190762#M35971</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-10-20T08:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Keyword Colours in Macros</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Keyword-Colours-in-Macros/m-p/328109#M73238</link>
      <description>&lt;P&gt;I recently inherited some code when I changed jobs.&lt;/P&gt;&lt;P&gt;There was a large macro as the main process. It had a rather annoying %macro _; %mend _; at the end of the %macro line.&lt;/P&gt;&lt;P&gt;It wasn't until I deleted them that I realised that all of the code within the macro had the keywords colour coded.&lt;/P&gt;&lt;P&gt;Reinstating them made the colours return!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;%macro&lt;/FONT&gt;&lt;/STRONG&gt; stuff(); &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;%macro&lt;/FONT&gt;&lt;/STRONG&gt; _; &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;%mend&lt;/FONT&gt;&lt;/STRONG&gt; _;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;data&lt;/FONT&gt;&lt;/STRONG&gt; thing2;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;set&lt;/FONT&gt;&lt;/STRONG&gt; thing1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF" face="courier new,courier"&gt;run;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF" face="courier new,courier"&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#0000FF"&gt;%mend&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;%macro&lt;/FONT&gt;&lt;/STRONG&gt; stuff();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="courier new,courier"&gt;data thing2;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="courier new,courier"&gt;set thing1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="courier new,courier"&gt;run;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF" face="courier new,courier"&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#0000FF"&gt;%mend&lt;/FONT&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="arial,helvetica,sans-serif"&gt;Does this help?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2017 20:03:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Keyword-Colours-in-Macros/m-p/328109#M73238</guid>
      <dc:creator>NickS1</dc:creator>
      <dc:date>2017-01-27T20:03:33Z</dc:date>
    </item>
  </channel>
</rss>

