LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (January 2011, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 11 Jan 2011 10:26:17 -0500
Reply-To:     Jerome <jerome.masset@CEGEDIM.FR>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jerome <jerome.masset@CEGEDIM.FR>
Subject:      Re: SAS/IML : using R package

Refering to the support, R package works in SAS/IML 9.22

http://support.sas.com/documentation/cdl/en/imlug/63541/HTML/default/viewer.ht m#r_toc.htm (or http://tinyurl.com/4fc6bb5)

Differences from SAS/IML Studio

This section lists differences between the R option in the SUBMIT statement as implemented in SAS/IML Studio and the same option in PROC IML: In PROC IML, R must be installed on the computer that runs the SAS server. In SAS/IML Studio, R must be installed on the computer that runs the SAS/IML Studio application. If R is installed on a SAS workspace server and is accessed through SAS Enterprise Guide, everyone that connects to that server uses the same version of R and the same set of installed packages. In SAS/IML Studio, R is installed locally on the client computer, so each user can potentially have a different version of R and different packages.


Back to: Top of message | Previous page | Main SAS-L page