<?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: RED part in Variable Names in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571253#M12135</link>
    <description>Many thanks.&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Jul 2019 15:25:21 GMT</pubDate>
    <dc:creator>thepushkarsingh</dc:creator>
    <dc:date>2019-07-04T15:25:21Z</dc:date>
    <item>
      <title>RED part in Variable Names</title>
      <link>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571176#M12112</link>
      <description>&lt;P&gt;Why does&amp;nbsp;a part of&amp;nbsp;variable name in DATA step come RED when we use a macro variable in the other part?&lt;/P&gt;&lt;P&gt;Example -&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" face="Courier New" size="3"&gt;VAR_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;amp;macro_var. = VAR1/VAR2;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 08:44:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571176#M12112</guid>
      <dc:creator>thepushkarsingh</dc:creator>
      <dc:date>2019-07-04T08:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: RED part in Variable Names</title>
      <link>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571177#M12113</link>
      <description>May be an indication of an unrecognized statement.</description>
      <pubDate>Thu, 04 Jul 2019 08:50:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571177#M12113</guid>
      <dc:creator>koyelghosh</dc:creator>
      <dc:date>2019-07-04T08:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: RED part in Variable Names</title>
      <link>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571178#M12114</link>
      <description>&lt;P&gt;But the code works fine. The variable is created and there are no error or warning.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 08:56:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571178#M12114</guid>
      <dc:creator>thepushkarsingh</dc:creator>
      <dc:date>2019-07-04T08:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: RED part in Variable Names</title>
      <link>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571181#M12116</link>
      <description>&lt;P&gt;You are not alone. There has been a discussion (&lt;A href="https://communities.sas.com/t5/SAS-Procedures/Red-color-for-unrecognized-statements-Help-improve-color-coding/td-p/356356" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/Red-color-for-unrecognized-statements-Help-improve-color-coding/td-p/356356&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;I guess, then, that this is the editor issue/settings. When actually the macro is resolved it runs fine.&lt;/P&gt;&lt;P&gt;Based on the discussion above, I guess that the editor/IDE is red flagging but not the compiler.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 09:13:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571181#M12116</guid>
      <dc:creator>koyelghosh</dc:creator>
      <dc:date>2019-07-04T09:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: RED part in Variable Names</title>
      <link>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571247#M12132</link>
      <description>Which IDE are you using? EG, Base or SAS Studio? It varies between them. Studio &amp;gt; EG &amp;gt; Base. &lt;BR /&gt;Base hasn't been updated in years, EG &amp;amp; Studio are still being updated, Studio is more up to date.</description>
      <pubDate>Thu, 04 Jul 2019 15:08:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571247#M12132</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-04T15:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: RED part in Variable Names</title>
      <link>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571248#M12133</link>
      <description>&lt;P&gt;Because the editor is just using some text scanning rules someone created to highlight code. So according to its rules that word VAR should be displayed in red.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is NOT actually pre-compiling the code to figure out how each character/word in the program is actually going to be used.&amp;nbsp; That will be done by SAS (not the editor) when the code is run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The highlighting in the editor is just a attempt to assist you in understanding the code. The colors do not have any actual impact on whether or how the code works.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2019 15:16:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571248#M12133</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-07-04T15:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: RED part in Variable Names</title>
      <link>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571252#M12134</link>
      <description>I am using SAS EG.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jul 2019 15:25:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571252#M12134</guid>
      <dc:creator>thepushkarsingh</dc:creator>
      <dc:date>2019-07-04T15:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: RED part in Variable Names</title>
      <link>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571253#M12135</link>
      <description>Many thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jul 2019 15:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/RED-part-in-Variable-Names/m-p/571253#M12135</guid>
      <dc:creator>thepushkarsingh</dc:creator>
      <dc:date>2019-07-04T15:25:21Z</dc:date>
    </item>
  </channel>
</rss>

