Looking to submit statements from SAS to R through the [submit/R] [endsubmit] statements. I am running version 9.3 and have modified the sasV9.cfg file to include the -RLANG statement. However, when I run the following code
proc options option=rlang;
run;
in SAS to test that the RLANG option is turned on, I get the following error message: " SAS (r) Proprietary Software Release 9.3 TS1M2 NORLANG Do not support access to R language interfaces"
Thanks in advance for your assistance.