问题描述
我正在使用SAS未命名管道通过SAS prog(其要求,无法更改)来触发python脚本,如下所示:
filename oscmd pipe "python test.py ";
data _null_;
infile oscmd;
input;
put _infile_;
run;
因此,一旦我们从sas prog触发了上述python脚本,如果需要停止使用SAS,则无法将其杀死。尽管,sas prog停止了,但它将一直运行直到执行完成。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)