<?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: Trouble with IML Studio/IMLPlus in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Trouble-with-IML-Studio-IMLPlus/m-p/249291#M2579</link>
    <description>&lt;P&gt;No, red means that those statements are not recognized by the program editor's syntax coloration. I believe that those&amp;nbsp;statemnts were added back in SAS 9.22, which shipped in 2010. If you have SAS 9.3 or later, those functions should work fine, even if they are colored red.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2016 19:51:21 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-02-10T19:51:21Z</dc:date>
    <item>
      <title>Trouble with IML Studio/IMLPlus</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Trouble-with-IML-Studio-IMLPlus/m-p/249289#M2578</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm reading Rick's book on Statistical Programming using IML. I've gotten to the part about using IML Studio. However, I have trouble "accessing" it. I have checked the documentation and I'm licensed to use SAS IML. I'm using SAS 9.4. That should suffice, correct? Below is some code from the book I have tried to use in the editor:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc iml;
call randseed(12345);
x = j(100,1);
e = j(100,1);
call randgen(x, "Uniform");
call randgen(e, "Normal");

beta = {2,3};
d = j(100,1,1) || x;
y = d*beta + e;

create MyData var {"x" "y"};
append;
close MyData;

submit;
proc glm data = MyData;
	model y = x;
	ods output ParameterEstimates = PE;
run;
endsubmit;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the submit and endsubmit statements are red, which I assume means those are not supported?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 19:45:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Trouble-with-IML-Studio-IMLPlus/m-p/249289#M2578</guid>
      <dc:creator>tbanh</dc:creator>
      <dc:date>2016-02-10T19:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with IML Studio/IMLPlus</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Trouble-with-IML-Studio-IMLPlus/m-p/249291#M2579</link>
      <description>&lt;P&gt;No, red means that those statements are not recognized by the program editor's syntax coloration. I believe that those&amp;nbsp;statemnts were added back in SAS 9.22, which shipped in 2010. If you have SAS 9.3 or later, those functions should work fine, even if they are colored red.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 19:51:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Trouble-with-IML-Studio-IMLPlus/m-p/249291#M2579</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-02-10T19:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with IML Studio/IMLPlus</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Trouble-with-IML-Studio-IMLPlus/m-p/249292#M2580</link>
      <description>&lt;P&gt;Is there anything I need to add to run IML Studio?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 19:59:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Trouble-with-IML-Studio-IMLPlus/m-p/249292#M2580</guid>
      <dc:creator>tbanh</dc:creator>
      <dc:date>2016-02-10T19:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with IML Studio/IMLPlus</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Trouble-with-IML-Studio-IMLPlus/m-p/249293#M2581</link>
      <description>&lt;P&gt;Yes, read p 10-11 in the book. You can also&amp;nbsp;&lt;A href="http://blogs.sas.com/content/iml/2010/11/22/launching-sasiml-studio.html" target="_self"&gt;follow these directions.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 20:06:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Trouble-with-IML-Studio-IMLPlus/m-p/249293#M2581</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-02-10T20:06:16Z</dc:date>
    </item>
  </channel>
</rss>

