Ziad,

Also you didn't mention which version of SAS and which modules.
In case you are working with 9.2 and have at disposal IML, you can have a
look at
http://support.sas.com/documentation/cdl/en/imlsstat/63545/HTML/default/viewer.htm#statr_toc.htm

Eric



2010/11/24 <ziad.elmou...@tnsglobal.com>

> 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.  Does anyone know how to launch
> an R program from SAS?  Thank you in advance.
>
> Ziad Elmously
>
> ziad.elmou...@tnsglobal.com
>
>
>
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html>
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
Eric Lecoutre
Consultant - Business & Decision
Business Intelligence & Customer Intelligence

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to