<?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: SAS , R  and Anaconda in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379107#M3643</link>
    <description>&lt;P&gt;Reeza :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I chose this location because it was suggested by the Anaconda Installer and&amp;nbsp; I&amp;nbsp; accepted. I guess the reason is to make the whole handling more hassle-free (remove troubles when&amp;nbsp; Install as Admin&amp;nbsp; was forgotten or users don't have Admin rights).&lt;/P&gt;&lt;P&gt;I checked and&amp;nbsp; SAS as well as Windows&amp;nbsp; see the&amp;nbsp; R_HOME&amp;nbsp; exactly where it physically resides.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Odenwald&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 16:12:52 GMT</pubDate>
    <dc:creator>ODENWALD</dc:creator>
    <dc:date>2017-07-25T16:12:52Z</dc:date>
    <item>
      <title>SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/378887#M3624</link>
      <description>&lt;P&gt;Hi :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anaconda is a highly rated distribution in the world of Data Science and Python. You can install and run R and R Studio side by side with Python.&lt;/P&gt;&lt;P&gt;Question :&amp;nbsp; Could anyone access R in path &amp;nbsp; C:\Users\Username\Anaconda3\R&amp;nbsp; from&amp;nbsp; SAS/IML (there is no further subfolder for R-version) ?&amp;nbsp; Although R and&amp;nbsp; R Studio are running without problems there appear error messages to the effect that no R is found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate some comments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Odenwald&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 07:28:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/378887#M3624</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2017-07-25T07:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/378914#M3627</link>
      <description>&lt;P&gt;Define the environment variable R_HOME. If the variable exists, SAS/IML will load R from the specified directory.&lt;/P&gt;
&lt;P&gt;Note that the environment variable R_HOME must point to the root directory of the R installation and not to the "bin" subdirectory.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 09:45:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/378914#M3627</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-07-25T09:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/378916#M3628</link>
      <description>&lt;P&gt;Rick :&amp;nbsp;&amp;nbsp; I did so (before).&lt;/P&gt;&lt;P&gt;From SAS Log ::&lt;/P&gt;&lt;P&gt;&amp;nbsp;RLANG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enables SAS to execute R language statements.&lt;/P&gt;&lt;P&gt;ERROR: SAS could not initialize the R language interface.&lt;BR /&gt;ERROR: An installed version of R could not be found.&lt;BR /&gt;NOTE: env:R_HOME="C:\Users\Username\Anaconda3\R"&lt;BR /&gt;NOTE: DLL:"C:\Users\Username\Anaconda3\R\bin\x64\R.dll"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both NOTEs are from SAS (pasted out of SAS log).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So&amp;nbsp; SAS&amp;nbsp; has grabbed the right locations.&lt;/P&gt;&lt;P&gt;My guess is that before get going there is read some kind of ini-type information that does not match.&lt;/P&gt;&lt;P&gt;Might be the version number of R&amp;nbsp; out of the (standard) R-version subfolder that does not exist here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Odenwald&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 10:15:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/378916#M3628</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2017-07-25T10:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/378955#M3632</link>
      <description>&lt;P&gt;OK. I've never used Anaconda. It's possible that the directory structure is different from the CRAN standard. Officially, the CRAN installation is the only&amp;nbsp;configuration that SAS supports, but I will ask around to see if anyone has experience with using the version of R that is distributed with Anaconda.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Software is not usually installed in a user's profile. Was "C:\Users\Username\Anaconda3" the suggested location for the install, or did you override the default?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume that you are running a 64-bit version of SAS on the same desktop PC?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:50:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/378955#M3632</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-07-25T12:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/378984#M3635</link>
      <description>&lt;P&gt;Anaconda is an IDE for Python. For R, I thought it used RStudio, an IDE for R. You need to point SAS to your actual R installation. It's usually in its own folder under Programs. I can double check my set up when I get into the office later.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 13:24:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/378984#M3635</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-25T13:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379008#M3636</link>
      <description>&lt;P&gt;Rick :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume that you are running a 64-bit version of SAS on the same desktop PC?&amp;nbsp; ::&amp;nbsp; YES.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-forum-message-main"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Software is not usually installed in a user's profile. Was "C:\Users\Username\Anaconda3" the suggested location for the install, or did you override the default?&amp;nbsp;&amp;nbsp;&amp;nbsp; ::&amp;nbsp; This was suggested by the Anaconda Installer and&amp;nbsp; accepted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Jul 2017 14:00:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379008#M3636</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2017-07-25T14:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379009#M3637</link>
      <description>&lt;P&gt;Reeza :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At present&amp;nbsp;&amp;nbsp; R&amp;nbsp; and the&amp;nbsp; R dll&amp;nbsp;&amp;nbsp; are at these places, not in C:\Programs , but running fine&amp;nbsp; ::&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: env:R_HOME="C:\Users\Username\Anaconda3\R"&lt;BR /&gt;NOTE: DLL:"C:\Users\Username\Anaconda3\R\bin\x64\R.dll"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because of the huge bulk I wanted to avoid a doubled installation, say on C:&amp;nbsp; and on G:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Odenwald&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 14:05:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379009#M3637</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2017-07-25T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379050#M3641</link>
      <description>&lt;P&gt;I'm assuming you're installing under 'username' because you don't have admin privileges on your computer? If so, are you sure the environmental variables exist.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyways, I don't have R installed in the Anaconda folder at all, it's under C:\Programs, Python is installed in the Anaconda folder.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 14:55:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379050#M3641</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-25T14:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379107#M3643</link>
      <description>&lt;P&gt;Reeza :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I chose this location because it was suggested by the Anaconda Installer and&amp;nbsp; I&amp;nbsp; accepted. I guess the reason is to make the whole handling more hassle-free (remove troubles when&amp;nbsp; Install as Admin&amp;nbsp; was forgotten or users don't have Admin rights).&lt;/P&gt;&lt;P&gt;I checked and&amp;nbsp; SAS as well as Windows&amp;nbsp; see the&amp;nbsp; R_HOME&amp;nbsp; exactly where it physically resides.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Odenwald&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:12:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379107#M3643</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2017-07-25T16:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379108#M3644</link>
      <description>&lt;P&gt;Then perhaps post your full SAS code that generate the error. Maybe there's a mistake in there somewhere. All we've seen so far is the errors.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:15:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379108#M3644</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-25T16:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379113#M3645</link>
      <description>&lt;P&gt;Did you add the RLANG option to your Config file or invocation?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:21:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379113#M3645</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-25T16:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379118#M3646</link>
      <description>&lt;P&gt;Reeza :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I start with&amp;nbsp; SAS -- R&amp;nbsp; . All parts have been checked and work.&lt;/P&gt;&lt;P&gt;Windows Environment variable R_HOME is correctly set.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc options option= RLANG ; run ;&lt;BR /&gt;&lt;BR /&gt;options set=R_HOME='C:\Users\Username\Anaconda3\R' ;&lt;BR /&gt;&lt;BR /&gt;%put %sysget(R_HOME) ;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;filename envcmd pipe 'set' lrecl=1024;&lt;BR /&gt;data WORK.Win10_Env_set;&lt;BR /&gt;infile envcmd dlm='=' missover;&lt;BR /&gt;length name $ 32 value $ 1024;&lt;BR /&gt;input name $ value $;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/* If you get a matrix 14, 32, 50 as the result, then it's&amp;nbsp; OK&amp;nbsp; */&lt;BR /&gt;&lt;BR /&gt;proc iml;&lt;BR /&gt;submit/R;&lt;BR /&gt;rx &amp;lt;- matrix( 1:3, nrow=1)&lt;BR /&gt;rm &amp;lt;- matrix( 1:9, nrow=3, byrow=TRUE)&lt;BR /&gt;rq &amp;lt;- rm %*% t(rx)&lt;BR /&gt;print(rq)&lt;BR /&gt;endsubmit;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc iml;&lt;BR /&gt;/* Comparison of matrix operations in IML and R */&lt;BR /&gt;print "----------&amp;nbsp; SAS/IML Results&amp;nbsp; -----------------";&lt;BR /&gt;x = 1:3;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* vector of sequence 1,2,3 */&lt;BR /&gt;m = {1 2 3, 4 5 6, 7 8 9};&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* 3 x 3 matrix */&lt;BR /&gt;q = m * t(x);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* matrix multiplication */&lt;BR /&gt;print q;&lt;BR /&gt;&lt;BR /&gt;print "-------------&amp;nbsp; R Results&amp;nbsp; --------------------";&lt;BR /&gt;submit / R;&lt;BR /&gt;&amp;nbsp; rx &amp;lt;- matrix( 1:3, nrow=1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # vector of sequence 1,2,3&lt;BR /&gt;&amp;nbsp; rm &amp;lt;- matrix( 1:9, nrow=3, byrow=TRUE) # 3 x 3 matrix&lt;BR /&gt;&amp;nbsp; rq &amp;lt;- rm %*% t(rx)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # matrix multiplication&lt;BR /&gt;&amp;nbsp; print(rq)&lt;BR /&gt;endsubmit;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:34:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379118#M3646</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2017-07-25T16:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379120#M3647</link>
      <description>&lt;P&gt;Reeza :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you add the RLANG option to your Config file or invocation?&amp;nbsp;&amp;nbsp; ::&amp;nbsp; YES .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Being confirmed by :&amp;nbsp;&amp;nbsp; proc options option= RLANG ; run ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Odenwald&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:38:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379120#M3647</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2017-07-25T16:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379123#M3648</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10187"&gt;@ODENWALD&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Reeza :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you add the RLANG option to your Config file or invocation?&amp;nbsp;&amp;nbsp; ::&amp;nbsp; YES .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Being confirmed by :&amp;nbsp;&amp;nbsp; proc options option= RLANG ; run ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Odenwald&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I guess I'll take your word for it. Note that I didn't have to set the R_HOME settings, in fact it didn't work when I directed it to the R folder. If I put the path including the version it does work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I DIDN'T DO THIS AND IT WORKED.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options set=R_HOME='C:\Program Files\R\' ;

%put %sysget(R_HOME) ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I DID DO THIS AND IT WORKED:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options set=R_HOME='C:\Program Files\R\R-3.3.2' ;

%put %sysget(R_HOME) ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379123#M3648</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-25T16:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379126#M3649</link>
      <description>&lt;P&gt;Looks to me like to get Anaconda to work you need to set the same environment variable R_HOME as SAS needs to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.swegler.com/becky/blog/2014/08/03/ipython-ipython-notebook-anaconda-and-r-rpy2/" target="_blank"&gt;http://www.swegler.com/becky/blog/2014/08/03/ipython-ipython-notebook-anaconda-and-r-rpy2/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379126#M3649</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-25T16:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379136#M3650</link>
      <description>&lt;P&gt;You have two folders and I (thanks to Anaconda) have one. The starting of SAS/IML to R&amp;nbsp; seems to be internally programmed&amp;nbsp; as to requiring two folders may be even the second one containing a version number of R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this correct ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so I see 3 ways :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. To convince&amp;nbsp; SAS&amp;nbsp; to&amp;nbsp; work in the one-folder scenario, too.&lt;/P&gt;&lt;P&gt;2. To convince&amp;nbsp; Anaconda&amp;nbsp; to go to a&amp;nbsp; two-folder scenario.&lt;/P&gt;&lt;P&gt;3. To make a second&amp;nbsp; R-installation on my PC&amp;nbsp; just for&amp;nbsp; SAS&amp;nbsp; --&amp;gt;&amp;nbsp; R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you agree ?&amp;nbsp;&amp;nbsp; Or do you see&amp;nbsp; a 4.th option ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Odenwald&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:59:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379136#M3650</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2017-07-25T16:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379142#M3651</link>
      <description>&lt;P&gt;I would add the version to the R folder - this seems to be standard, not sure why Anaconda dropped the version number, update the R_HOME and I would expect both SAS and Anaconda to work at that point. I think Anaconda also works off R_HOME.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 17:06:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379142#M3651</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-25T17:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379153#M3652</link>
      <description>&lt;P&gt;Note that Anaconda has no issues working with the 'two folder' structure and having R located in the Program Files folder.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 17:25:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379153#M3652</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-25T17:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS , R  and Anaconda</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379186#M3653</link>
      <description>&lt;P&gt;My&amp;nbsp;colleague installed Anaconda this afternoon and got SAS/IML to work with it. Here's what he did:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Installed Anaconda 4.4.0 for Windows 64.&lt;/LI&gt;
&lt;LI&gt;Used the Anaconda Navigator to install RStudio 1.0.136.&lt;/LI&gt;
&lt;LI&gt;By looking at the installation directory, it looks like RStudio uses a customized and extended version of R, which is installed in&amp;nbsp;C:\Users\USERNAME\AppData\Local\Continuum\Anaconda3\R&lt;/LI&gt;
&lt;LI&gt;In addition to the Anaconda3\R directory, the directory contains an Anaconda3\Library\mingw-w64\bin directory that includes extra files and DLLs. For example, the file zlib1.dll lives in this directory; I include that name because it is at the bottom of an alphabetical listing.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Here is what my colleague did to&amp;nbsp;get SAS to work:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Add the DLL directory to the Windows PATH environment variable.&amp;nbsp;&lt;SPAN&gt;You can do this through Window&amp;nbsp;Control Panel: System and Security, System, Advanced system settings, Environment Variables. Click PATH and Edit button.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Set R_HOME to be the Anaconda3\R directory. You can do this through Window&amp;nbsp;Control Panel (as above) or from the SAS command line:&lt;BR /&gt;&lt;SPAN&gt;-SET R_HOME "C:\Users\USERNAME\AppData\Local\Continuum\Anaconda3\R"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;Appending the DLL directory to the PATH environment variable seems to be the step that most people would not know to do. &amp;nbsp;Do Steps (1) and (2) before launching SAS&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Disclaimer:&amp;nbsp;we did this on one machine. We did not test&amp;nbsp;the installation extensively. This is not a version of R that SAS officially supports.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this information will be useful to someone. Your installation directories might vary.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 19:41:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/SAS-R-and-Anaconda/m-p/379186#M3653</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-07-25T19:41:08Z</dc:date>
    </item>
  </channel>
</rss>

