<?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 Question about &amp;quot;call execute statement&amp;quot; with PROC IML and SAS/IML Studio in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Question-about-quot-call-execute-statement-quot-with-PROC-IML/m-p/26363#M120</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I'm testing the CALL EXECUTE statement as in the following very simple example with PROC IML :&lt;BR /&gt;
&lt;BR /&gt;
proc iml;&lt;BR /&gt;
	start mytest;&lt;BR /&gt;
	      var_test = '123';&lt;BR /&gt;
	      call execute('test = ',var_test,';');&lt;BR /&gt;
	      print(test);&lt;BR /&gt;
	finish;&lt;BR /&gt;
	run mytest;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
It seems to work correctly, but the same program with SAS/IML Studio, with :&lt;BR /&gt;
&lt;BR /&gt;
	start mytest;&lt;BR /&gt;
	      var_test = '123';&lt;BR /&gt;
	      call execute('test = ',var_test,';');&lt;BR /&gt;
	      print(test);&lt;BR /&gt;
	finish;&lt;BR /&gt;
	run mytest;&lt;BR /&gt;
&lt;BR /&gt;
generates the following error :&lt;BR /&gt;
&lt;BR /&gt;
»ERROR: Cannot find or load the predefined module PEN.&lt;BR /&gt;
&lt;BR /&gt;
Do you have any clue what can cause this problem ?&lt;BR /&gt;
&lt;BR /&gt;
Best regards,</description>
    <pubDate>Tue, 02 Nov 2010 11:14:20 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-11-02T11:14:20Z</dc:date>
    <item>
      <title>Question about "call execute statement" with PROC IML and SAS/IML Studio</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Question-about-quot-call-execute-statement-quot-with-PROC-IML/m-p/26363#M120</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I'm testing the CALL EXECUTE statement as in the following very simple example with PROC IML :&lt;BR /&gt;
&lt;BR /&gt;
proc iml;&lt;BR /&gt;
	start mytest;&lt;BR /&gt;
	      var_test = '123';&lt;BR /&gt;
	      call execute('test = ',var_test,';');&lt;BR /&gt;
	      print(test);&lt;BR /&gt;
	finish;&lt;BR /&gt;
	run mytest;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
It seems to work correctly, but the same program with SAS/IML Studio, with :&lt;BR /&gt;
&lt;BR /&gt;
	start mytest;&lt;BR /&gt;
	      var_test = '123';&lt;BR /&gt;
	      call execute('test = ',var_test,';');&lt;BR /&gt;
	      print(test);&lt;BR /&gt;
	finish;&lt;BR /&gt;
	run mytest;&lt;BR /&gt;
&lt;BR /&gt;
generates the following error :&lt;BR /&gt;
&lt;BR /&gt;
»ERROR: Cannot find or load the predefined module PEN.&lt;BR /&gt;
&lt;BR /&gt;
Do you have any clue what can cause this problem ?&lt;BR /&gt;
&lt;BR /&gt;
Best regards,</description>
      <pubDate>Tue, 02 Nov 2010 11:14:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Question-about-quot-call-execute-statement-quot-with-PROC-IML/m-p/26363#M120</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-11-02T11:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question about "call execute statement" with PROC IML and SAS/IML Studio</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Question-about-quot-call-execute-statement-quot-with-PROC-IML/m-p/26364#M121</link>
      <description>I'm not sure exacty why you are getting that particular message, but call execute is not supported in SAS/IML Studio. See the section, "Differences from PROC IML" in SAS/IML Studio Help-&amp;gt;The IMLPlus Language</description>
      <pubDate>Tue, 02 Nov 2010 12:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Question-about-quot-call-execute-statement-quot-with-PROC-IML/m-p/26364#M121</guid>
      <dc:creator>Hutch_sas</dc:creator>
      <dc:date>2010-11-02T12:30:18Z</dc:date>
    </item>
  </channel>
</rss>

