<?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 IML NLPNRA in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/IML-NLPNRA/m-p/1542#M487</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I created a matrix (named SIM) in PROC IML, and needed use the elements in SIM to run CALL NLPNRA. I assumed that the the matrix would be recognized in the module created by START/FINISH. However, SAS always gave the error message indicating that SIM was a blank matrix. I thus tried READ, USE, ... in the module, they did not work. Is there a specific statment in START/FINISH to read the matrix into the module?</description>
    <pubDate>Thu, 12 Oct 2006 18:28:46 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2006-10-12T18:28:46Z</dc:date>
    <item>
      <title>IML NLPNRA</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/IML-NLPNRA/m-p/1542#M487</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I created a matrix (named SIM) in PROC IML, and needed use the elements in SIM to run CALL NLPNRA. I assumed that the the matrix would be recognized in the module created by START/FINISH. However, SAS always gave the error message indicating that SIM was a blank matrix. I thus tried READ, USE, ... in the module, they did not work. Is there a specific statment in START/FINISH to read the matrix into the module?</description>
      <pubDate>Thu, 12 Oct 2006 18:28:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/IML-NLPNRA/m-p/1542#M487</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-10-12T18:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: IML NLPNRA</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/IML-NLPNRA/m-p/1543#M488</link>
      <description>Use a GLOBAL statement as part of the definition of the objective function module:&lt;BR /&gt;
start my_func(x) global(sim);&lt;BR /&gt;
   /* access elements of sim as part of optimizing x */&lt;BR /&gt;
finish;</description>
      <pubDate>Mon, 20 Apr 2009 12:42:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/IML-NLPNRA/m-p/1543#M488</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2009-04-20T12:42:47Z</dc:date>
    </item>
  </channel>
</rss>

