Hi All,
I am trying to call R language statement by using "PROC IML" in Base SAS 9.4...
I have SAS IML Studio 14.1, SAS/IML 14.1 and R 3.2.2/R 3.2.3 and also set the following in configration file of SAS...
-RLANG
-SET R_HOME "<C:\Program Files\R\R-3.2.2>"
Still I am getting following error in Base SAS...
ERROR: SAS could not initialize the R language interface.
ERROR: An installed version of R could not be found.
When I tried to call R language statement in SAS IML Studio, it works fine...
I need to call R from Base SAS Proc IML not from SAS IML Studio...
Thanks in Advance!!!!!
-Urvish