Displaying 1 result from an estimated 1 matches for "statr_toc".
Did you mean:
  stat_loc
  
2010 Nov 24
2
Running R from SAS
Hello All,
 
I am interested in running an R program with several random seeds.  One approach is to launch the program from SAS.  The recommended approach is to use the X command as shown below:
OPTIONS XWAIT XSYNC;
X "r.exe --no-save --quiet <""c:\temp\r\program.r"" >""c:\temp\r\program.log""";
However, this does not seem to work for me.