<?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: Frustrated trying to get the connect to R in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Frustrated-trying-to-get-the-connect-to-R/m-p/336575#M3302</link>
    <description>&lt;P&gt;Well, you should be looking for SASV9.cfg - as in &lt;U&gt;c&lt;/U&gt;on&lt;U&gt;f&lt;/U&gt;i&lt;U&gt;g&lt;/U&gt;. &amp;nbsp;However, you don't say what software you are using, where it is installed etc.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2017 14:35:27 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-02-28T14:35:27Z</dc:date>
    <item>
      <title>Frustrated trying to get the connect to R</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Frustrated-trying-to-get-the-connect-to-R/m-p/336570#M3301</link>
      <description>I'm trying to call R functions from within IML. To make sure SAS was set up properly, I ran PROC OPTIONS option=RLANG; The result I got indicated that the NORLANG option had been initiated. So, I tried looking for the SASV9.fcg file. But I wasn't able to locate a file with that exact name, even when searching in the SASHome directory and subdirectories. Does anyone have a suggestion on what to do? Thanks! Andrew</description>
      <pubDate>Tue, 28 Feb 2017 14:25:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Frustrated-trying-to-get-the-connect-to-R/m-p/336570#M3301</guid>
      <dc:creator>DocMartin</dc:creator>
      <dc:date>2017-02-28T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrated trying to get the connect to R</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Frustrated-trying-to-get-the-connect-to-R/m-p/336575#M3302</link>
      <description>&lt;P&gt;Well, you should be looking for SASV9.cfg - as in &lt;U&gt;c&lt;/U&gt;on&lt;U&gt;f&lt;/U&gt;i&lt;U&gt;g&lt;/U&gt;. &amp;nbsp;However, you don't say what software you are using, where it is installed etc.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 14:35:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Frustrated-trying-to-get-the-connect-to-R/m-p/336575#M3302</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-02-28T14:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrated trying to get the connect to R</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Frustrated-trying-to-get-the-connect-to-R/m-p/336582#M3303</link>
      <description>&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/imlug/68150/HTML/default/viewer.htm#imlug_r_toc.htm" target="_self"&gt;The documentation for calling R from SAS/IML&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As RW9 says, it would be helpful to know how you are running SAS (EG? Display Manager?). Also, make sure that R is installed on the same machine as SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using PC SAS, you&amp;nbsp;can find directions for modifying the sasv9.cfg&amp;nbsp;file at the end of &lt;A href="http://blogs.sas.com/content/iml/2015/07/31/large-matrices.html" target="_self"&gt;this article.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 14:47:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Frustrated-trying-to-get-the-connect-to-R/m-p/336582#M3303</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-02-28T14:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrated trying to get the connect to R</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Frustrated-trying-to-get-the-connect-to-R/m-p/336636#M3304</link>
      <description>Sorry, I meant SASV9.cfg There are scads of files with those names, so I chose the one in the \Programs\SASHome\SASFoundation directory. I added the -RLANG statement to it. Here's the output I get when I run PROC OPTIONS option=RLANG; NOTE: Library PHASE2 does not exist. NOTE: AUTOEXEC processing completed. 1 proc options option=RLANG; run; SAS (r) Proprietary Software Release 9.4 TS1M2 NORLANG Disables SAS from executing R language statements. NOTE: PROCEDURE OPTIONS used (Total process time): real time 0.00 seconds cpu time 0.00 seconds I must still be doing something incorrectly, but what?</description>
      <pubDate>Tue, 28 Feb 2017 17:13:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Frustrated-trying-to-get-the-connect-to-R/m-p/336636#M3304</guid>
      <dc:creator>DocMartin</dc:creator>
      <dc:date>2017-02-28T17:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Frustrated trying to get the connect to R</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Frustrated-trying-to-get-the-connect-to-R/m-p/336645#M3305</link>
      <description>I found the correct cfg file and added the -RLANG option. So I'm good to go. Thanks!!!</description>
      <pubDate>Tue, 28 Feb 2017 17:23:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/Frustrated-trying-to-get-the-connect-to-R/m-p/336645#M3305</guid>
      <dc:creator>DocMartin</dc:creator>
      <dc:date>2017-02-28T17:23:23Z</dc:date>
    </item>
  </channel>
</rss>

