My code has the following:
FILENAME MailBox2 EMAIL "&email_delivery_address" SUBJECT="Email For &SYSDATE9" content_type="text/html";
The output for the email subject line is for the current day. How do I have the date be for the previous day? (yesterday)
%let yesterday = %eval(%sysfunc(today())-1); filename MailBox2 email "&email_delivery_address" subject="Email For %sysfunc(putn(&yesterday),date7.)" content_type="text/html";
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Register Now
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.
Browse our catalog!