BookmarkSubscribeRSS Feed
RYPD_User
Calcite | Level 5

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)

1 REPLY 1
PaigeMiller
Diamond | Level 26
%let yesterday = %eval(%sysfunc(today())-1);
filename MailBox2 email "&email_delivery_address" 
    subject="Email For %sysfunc(putn(&yesterday),date7.)" 
    content_type="text/html";

 

--
Paige Miller

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 257 views
  • 1 like
  • 2 in conversation