NOTE: Copyright (c) 2002-2012 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.4 (TS1M2) NOTE: This session is executing on the X64_7PRO platform. NOTE: Updated analytical products: SAS/STAT 13.2 SAS/ETS 13.2 SAS/OR 13.2 SAS/IML 13.2 SAS/QC 13.2 NOTE: Additional host information: X64_7PRO WIN 6.1.7601 Service Pack 1 Workstation NOTE: SAS initialization used: real time 1.73 seconds cpu time 0.96 seconds 1 proc options option=RLANG value; run; SAS (r) Proprietary Software Release 9.4 TS1M2 Option Value Information For SAS Option RLANG Value: RLANG Scope: SAS Session How option value set: Config File Config file name: C:\Program Files\SASHome\SASFoundation\9.4\SASV9.CFG NOTE: PROCEDURE OPTIONS used (Total process time): real time 0.00 seconds cpu time 0.01 seconds 2 3 proc iml; NOTE: Writing HTML Body file: sashtml.htm NOTE: IML Ready 4 submit / R; 5 rx <- matrix( 1:3, nrow=1) # vector of sequence 1,2,3 6 rm <- matrix( 1:9, nrow=3, byrow=TRUE) # 3 x 3 matrix 7 rq <- rm %*% t(rx) # matrix multiplication 8 print(rq) 9 endsubmit; ERROR: SAS could not initialize the R language interface. statement : SUBMIT at line 4 column 1 10 run; NOTE: Module MAIN is undefined in IML; cannot be RUN. 11 quit; NOTE: Exiting IML. NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE IML used (Total process time): real time 2.06 seconds cpu time 0.46 seconds ERROR: An installed version of R could not be found.