<?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 code - Do I have the required products? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41426#M4919</link>
    <description>Doc has it correct.  The red keywords you see represent newer syntax that the editor has not caught up with. The 4.3 version of EG has all of these built in, plus much more (such as the new 9.22 syntax supported by SAS/STAT, ETS, and OR).&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/app/AnalyticalProducts922.html" target="_blank"&gt;http://support.sas.com/rnd/app/AnalyticalProducts922.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
    <pubDate>Mon, 28 Jun 2010 14:22:34 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2010-06-28T14:22:34Z</dc:date>
    <item>
      <title>Red code - Do I have the required products?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41423#M4916</link>
      <description>I came across some code on here that I want to have a play with to learn how to do overlaid box plots and when I paste it into EG some of the code goes red. I'm wonderign if this is because I don't have the required products. The code is as follows:&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
define statgraph boxplots;&lt;BR /&gt;
&lt;B&gt;begingraph&lt;/B&gt;;&lt;BR /&gt;
&lt;B&gt;layout&lt;/B&gt; overlay;&lt;BR /&gt;
&lt;B&gt;boxplot&lt;/B&gt; y=weight x=age / datatransparency=0.5 fillattrs=GraphData1 name="box1" legendlabel="Weight";&lt;BR /&gt;
&lt;B&gt;boxplot&lt;/B&gt; y=height x=age / datatransparency=0.5 fillattrs=GraphData2 name="box2" legendlabel="Height" yaxis=y2;&lt;BR /&gt;
&lt;B&gt;discreteLegend&lt;/B&gt; "box1" "box2";&lt;BR /&gt;
&lt;B&gt;endlayout&lt;/B&gt;;&lt;BR /&gt;
&lt;B&gt;endgraph&lt;/B&gt;;&lt;BR /&gt;
end;&lt;BR /&gt;
run;&lt;BR /&gt;
proc sgrender data=sashelp.class template=boxplots; run;&lt;BR /&gt;
&lt;BR /&gt;
the bits in bold are what is going red in my program.&lt;BR /&gt;
&lt;BR /&gt;
I have checked the properties of the SASapp server and sas/Graph is installed and licensed, do I need my administrator to assign it to my log on to grant me permission to use sas/graph or something like that or is there something else I need to execute this code?</description>
      <pubDate>Mon, 28 Jun 2010 09:38:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41423#M4916</guid>
      <dc:creator>NicolaD</dc:creator>
      <dc:date>2010-06-28T09:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Red code - Do I have the required products?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41424#M4917</link>
      <description>I tried to run the code anyway to see what errors it would give me and it executed fine - I assumed red code wouldn't work. Can anyone tell me why the code goes red but still executes ok?</description>
      <pubDate>Mon, 28 Jun 2010 10:56:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41424#M4917</guid>
      <dc:creator>NicolaD</dc:creator>
      <dc:date>2010-06-28T10:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Red code - Do I have the required products?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41425#M4918</link>
      <description>The SAS editor is designed to recognize most of the SAS code for syntax.  Apparently, it does not recognize the PROC TEMPLATE statements.  I know there was a lot of work in the editor for EGuide 4.3, so maybe we'll see it covered then.</description>
      <pubDate>Mon, 28 Jun 2010 13:45:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41425#M4918</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-06-28T13:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Red code - Do I have the required products?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41426#M4919</link>
      <description>Doc has it correct.  The red keywords you see represent newer syntax that the editor has not caught up with. The 4.3 version of EG has all of these built in, plus much more (such as the new 9.22 syntax supported by SAS/STAT, ETS, and OR).&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/app/AnalyticalProducts922.html" target="_blank"&gt;http://support.sas.com/rnd/app/AnalyticalProducts922.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Mon, 28 Jun 2010 14:22:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41426#M4919</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2010-06-28T14:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Red code - Do I have the required products?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41427#M4920</link>
      <description>Ah, that explains it, thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Mon, 28 Jun 2010 14:41:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41427#M4920</guid>
      <dc:creator>NicolaD</dc:creator>
      <dc:date>2010-06-28T14:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Red code - Do I have the required products?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41428#M4921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, here it is January 2013 and my 9.3 editor still shows style, replace and class as red in proc template.&lt;/P&gt;&lt;P&gt;They show as blue in EG 5.1.&lt;/P&gt;&lt;P&gt;Are they planning on updating the enhanced editor?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2013 14:38:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Red-code-Do-I-have-the-required-products/m-p/41428#M4921</guid>
      <dc:creator>macroCharlie</dc:creator>
      <dc:date>2013-01-28T14:38:16Z</dc:date>
    </item>
  </channel>
</rss>

