Question

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.

Was it helpful?

Solution

An alternative way to set the RLANG option is in the shortcut. Add -RLANG to the shortcut's Target (it may already have other options in it, like -CONFIG "...sasv9.cfg" etc.).

"c:\pathtosas.exe\sas.exe" -RLANG
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top