Hi Doc , The issue we are facing is that we are using proc printto and what proc printto does is that it output the log into buffer and when the buffer is full it output the same to my physical location. whenever we run our code and if there is error then many a times we are not able to see the log as the part of the log containing the error in in output and when my session is abended i am not able to see the log as it gets deleted from internal buffer. If i use unbuflog option it will directly write to my physical file. But i want to decrease the buffer size. I am not sure whether it uses SAS internal buffer or operating system defined buffer. If someone can help please. Thanks , Manoj
... View more