Hi
I am using the following sysntax to direct the SAS log output to a text file :
proc printto log="&ProjPath\LogDebtReview&TheDate..txt";
run;
However, the log file keeps growing. How can I change it so that the log file is overwritten every time
Perfect. Thanks RW9
Put new after the file:
http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a000146809.htm
I.e. proc printto "....log" new; run;
Perfect. Thanks RW9
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.