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

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

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