I have installed SAS Studio in OSX via virtualBoxVM. All seems working except making R run from SAS, which is what I am looking for. Running :
proc options option=RLANG;
run;
I get
SAS (r) Proprietary Software Release 9.4 TS1M3
NORLANG Disables SAS from executing R language statements.
Changing the Autoexec file to:
-RLANG
-config "/Users/me/SAS/SAS_Base_OpenSrcIntegration/sasv9.cfg"
does not make the trick. Neither changing configuration files...
Any ideas on how to activate RLANG in OSX?