BookmarkSubscribeRSS Feed
SAJ251
Calcite | Level 5

How do I remove borders around text lines and put a blank line between text  in an automated ODS email?

My Code

OPTIONS EMAILSYS=SMTP
EMAILHOST="SMTP.Company.com";
FILENAME MyMail EMAIL TO=("Sally.Jonas@Company.com")
SUBJECT="Testing Proc Report with colors"
TYPE="text/html";
 
ODS ESCAPECHAR='^';
ODS HTML BODY=MYMAil BODY=MyMail  STYLE=HTMLBlue;
ODS TEXT="^S={FONT_SIZE=12PT} Good Morning:";
ODS TEXT="^S={FONT_SIZE=12PT} ";
ODS TEXT="^S={FONT_SIZE=12PT} The Directory Tree for &Companies. &Types. HAS STARTED running.";
TITLE; /*Clear TITLE*/
FOOTNOTE; /*Clear Footnote*/
%Report_Summary_Email(Notes)
 
ODS TEXT="^S={FONT_SIZE=12PT} Any questions, please reach out to Joseph.Fang@Advantasure.com or Sally.Jonas@Advantasure.com.";
ODS TEXT="^S={FONT_SIZE=12PT} ";
ODS TEXT="^S={FONT_SIZE=12PT} Thanks,";
ODS TEXT="^S={FONT_SIZE=12PT} ";
ODS TEXT="^S={FONT_SIZE=12PT} Sally";
ODS HTML CLOSE;
 
I want a blank line after Good Morning and Thanks.
 
Thank you!

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 0 replies
  • 36 views
  • 0 likes
  • 1 in conversation