BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
LuxPsyer
Calcite | Level 5

Hi all,

I know that in order to connect to R, I need to turn on the RLANG option in the config file sasv9.cfg, as stated in The RLANG system option, and also discussed in this thread

But what I'm using is the online version of SAS called SAS OnDemand for Academics. When i run 

proc options option=RLANG;

there, it returns NORLANG. I can't locate the sasv9.cfg file on OnDemand to change the RLANG setting. 

 

Is there any way to run R code in SAS OnDemand for Academics? Thank you very much.

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

No, I don't think so. SAS On-Demand for Academics is a free product that enables users to learn and use SAS. Run the following in SODA:

proc options option=RLANG value;
run;

You will see 
Value: NORLANG
which means that the RLANG option is not set. 

 

 

View solution in original post

1 REPLY 1
Rick_SAS
SAS Super FREQ

No, I don't think so. SAS On-Demand for Academics is a free product that enables users to learn and use SAS. Run the following in SODA:

proc options option=RLANG value;
run;

You will see 
Value: NORLANG
which means that the RLANG option is not set. 

 

 

sas-innovate-white.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.

 

Early bird rate extended! Save $200 when you sign up by March 31.

Register now!

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 1 reply
  • 1076 views
  • 0 likes
  • 2 in conversation