Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

accessing R from SAS

Tags:

r

sas

I have both SAS (9.3) and R (2.14.0) installed on the same PC and I'd like to submit R statements within SAS using submit / R; and endsubmit;.

However:

SAS option RLANG is valid only at startup of the SAS System. The SAS option is
ignored.

Can you explain me how to circumvent this obstacle ?

like image 708
Marco Avatar asked Jan 28 '12 10:01

Marco


1 Answers

Put the following at the top of your SASV9.CFG file:

-RLANG
like image 61
Hong Ooi Avatar answered Sep 24 '22 06:09

Hong Ooi