<?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: How to get fast, helpful answers in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Re-How-to-get-fast-helpful-answers/m-p/244546#M2545</link>
    <description>&lt;P&gt;we use proc iml to do spline fit in enterprise guide, and we saw the error in the log:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;NOTE: The data set WORK.MC2 has 10 observations and 9 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="red"&gt;ERROR: Procedure IML not found. &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="blue"&gt; NOTE: The SAS System stopped processing this step because of errors. NOTE: SAS set option OBS=0 and will continue to check statements. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="blue"&gt;This might cause NOTE: No observations in data set. NOTE: PROCEDURE IML used (Total process time): real time 0.00 seconds cpu time 0.00 seconds .&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="blue"&gt;Are there any suggestions?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="blue"&gt;Thank you very much!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2016 21:09:02 GMT</pubDate>
    <dc:creator>herbman</dc:creator>
    <dc:date>2016-01-19T21:09:02Z</dc:date>
    <item>
      <title>Re: How to get fast, helpful answers</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Re-How-to-get-fast-helpful-answers/m-p/244546#M2545</link>
      <description>&lt;P&gt;we use proc iml to do spline fit in enterprise guide, and we saw the error in the log:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;NOTE: The data set WORK.MC2 has 10 observations and 9 variables. NOTE: DATA statement used (Total process time): real time 0.00 seconds cpu time 0.00 seconds &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="red"&gt;ERROR: Procedure IML not found. &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="blue"&gt; NOTE: The SAS System stopped processing this step because of errors. NOTE: SAS set option OBS=0 and will continue to check statements. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="blue"&gt;This might cause NOTE: No observations in data set. NOTE: PROCEDURE IML used (Total process time): real time 0.00 seconds cpu time 0.00 seconds .&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="blue"&gt;Are there any suggestions?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="blue"&gt;Thank you very much!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 21:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Re-How-to-get-fast-helpful-answers/m-p/244546#M2545</guid>
      <dc:creator>herbman</dc:creator>
      <dc:date>2016-01-19T21:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get fast, helpful answers</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Re-How-to-get-fast-helpful-answers/m-p/244552#M2546</link>
      <description>Most likely: IML module is not installed.&lt;BR /&gt;Run &lt;BR /&gt;Proc Setinit; Run; &lt;BR /&gt;to see modules available.</description>
      <pubDate>Tue, 19 Jan 2016 21:33:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Re-How-to-get-fast-helpful-answers/m-p/244552#M2546</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-19T21:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get fast, helpful answers</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Re-How-to-get-fast-helpful-answers/m-p/244553#M2547</link>
      <description>&lt;P&gt;The SAS/IML product has a separate license, just like SAS/ETS, SAS/OR, and SAS/QC.&amp;nbsp; You can see the products that you have licensed by submitting:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit; 
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you see SAS/IML on the list, then it is licensed. Otherwise, it is not.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 21:33:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Re-How-to-get-fast-helpful-answers/m-p/244553#M2547</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-01-19T21:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get fast, helpful answers</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Re-How-to-get-fast-helpful-answers/m-p/245193#M2549</link>
      <description>&lt;P&gt;Thank&amp;nbsp;you both. That is true, IML&amp;nbsp;was not listed in the stored process.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 14:49:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Re-How-to-get-fast-helpful-answers/m-p/245193#M2549</guid>
      <dc:creator>herbman</dc:creator>
      <dc:date>2016-01-21T14:49:24Z</dc:date>
    </item>
  </channel>
</rss>

