sasmacro 发表于 2010-4-28 21:52 
SAS中是否可以关闭错误提示信息,有的错误信息和警告提示的信息会在日志里进行提醒,是否有命令能让SAS不再发送这样的错误提示或者警告信息??谢谢!
Try this to see if that is what you need. ( put this statement before where you want to shut off log completely)
proc printto log='recycle bin';run;