1.程序中加入 dm 'clear log';dm 'clear output';
2.用options nolog nooutput;
3.proc printto log=null print=null; OR proc printto log=dummy print=dummy;print=是控制输出的,log=控制的是日志。
还有其他的办法....作者: shiyiming 时间: 2009-3-5 08:56 标题: Re: 如何完全禁止日志的输出? 这是在一篇文献中提到的方法:Write the LOG to a file。For programs that generate a large LOG, rerouting the LOG to a file by using either the ALTLOG= option or PROC PRINTTO, can save both time (some time is spent generating the video display of the LOG) and memory (the LOG is stored in memory, which on large jobs may require intervention to clear).
然而还是会出现,还是要手工清除掉。
用了noaltlog也没有用。作者: shiyiming 时间: 2009-3-5 11:40 标题: Re: 如何完全禁止日志的输出? 《以前的帖子》:LOG或OUTPUT窗口的内容过多处理方法
当SAS输出结果较多时,SAS会出现对话框
Window is full and must be cleared. Enter :
F to file ,
P to print,
S to save or,
C to clear the window without saving