I create and email a proc tabulate report with ODS. My user has asked me to also include the SAS log in the email that contains the proc tabulate report I output to excel. I am running SAS 9.4 on a Linux server. Is this possible?
Any assistance you can provide will be greatly appreciated.
Thank you,
Elliott
Sure. Use PROC PRINTTO to create a file with the log and then use a different step to email that created file with the results.
Sure. Use PROC PRINTTO to create a file with the log and then use a different step to email that created file with the results.
Thanks!
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.