标题: 如何解决%display is currently executing的问题? [打印本页] 作者: shiyiming 时间: 2010-3-28 10:33 标题: 如何解决%display is currently executing的问题? 我定义了一些热键。比如F4执行“gsubmit "%setsymbolgen;"”。
现在发现,如果我在编辑器中提交的程序存在open code recursion错误,比如下面的少一个引号。
data a;
x=" ;
run;
这时这些热键就不能正常运行(大概从第二次按这个热键开始),就会出现提示:
NOTE: a %DISPLAY statement is currently executing. All subsequently submitted statements will not begin executing until its completion.