";
RUN;
FILENAME L_PATH CLEAR;
PROC PRINTTO LOG = "&_logPath";
RUN;
%PUT NOTE: [CUBIS] Job &_jobID - &_jobName was started successfully at &dt;
%MEND;
/* Test macro
%LET _logPath = c:\temp\aaa.html;
%LET _jobName = mato;
%LET _jobID = mato;
%printTo;
%printBack;
*/
But, that is not an option in this case because the log file is specfied on the .. oh wait a minute.
Ok, if I leave the name *.log but then "Open with ..." IE, all the formatting stays.
Wahoo!
Thanks again.
I think this will do the trick.
p.s.
Viewing the log file in IE is actually cleaner than in Wordpad, I like it much better, no line wrapping. Message was edited by: Chuck
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
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.