Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/74.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
从SAS访问R_R_Sas - Fatal编程技术网

从SAS访问R

从SAS访问R,r,sas,R,Sas,我在同一台电脑上安装了SAS(9.3)和R(2.14.0),我想使用submit/R在SAS中提交R语句和endsubmit 然而: SAS option RLANG is valid only at startup of the SAS System. The SAS option is ignored. 你能解释一下如何绕过这个障碍吗?将以下内容放在SASV9.CFG文件的顶部: -RLANG 为了避免在应用热修复程序或更新时删除此选项,可以将该行添加到sasv9_local.cfg

我在同一台电脑上安装了SAS(9.3)和R(2.14.0),我想使用
submit/R在SAS中提交R语句
endsubmit

然而:

SAS option RLANG is valid only at startup of the SAS System. The SAS option is
ignored.

你能解释一下如何绕过这个障碍吗?

将以下内容放在SASV9.CFG文件的顶部:

-RLANG

为了避免在应用热修复程序或更新时删除此选项,可以将该行添加到sasv9_local.cfg