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 more