For my own consumption I always have LOG open automatically with code always submitted before and after the code node - in the boxes available in options for sas programs. I use this code
%put ERROR- &egservername %sysfunc( datetime(), datetime22.2) ;
It highlights the server name and timestamp in red
Hi,
I am not sure it may be happen some times,
If we are using the procedure like
Proc Printto log="xxxxxxx\log.txt";
run;
automatically log information stored into output file not in log window.
better to stop log into outfiles.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.