BookmarkSubscribeRSS Feed
jins
Fluorite | Level 6

ods _all_ close;

filename mail email

      from=" "

      to =" "

     TYPE="text/html";

  ods html body=mail style=minimal rs=none;

 ods html text= "Hi";

 

proc report;....

run;

ods html text= "Kind regards" ;

ods html close;

 

When I submit this I get the output table corrects. For the text I have boxes in the outlook email. Are there any options to suppress these boxes? This is shown below here

 

Hi

 

 

 

 

 

Kind Regards,

 

 

3 REPLIES 3
jins
Fluorite | Level 6

Yes, I tried it and it did not work. Outlook gives a message on top that "If there are problems with how this message is displayed, click here to view it in a web browser". When I open in the browser it looks fine.

Not sure if it is an outlook related thing.

 

 

Kurt_Bremser
Super User

Outlook is a Microsoft product; MS has a very long history of not adhering to standards. It took them almost two decades to make Internet Explorer work like all other browsers. Try another mail client like Thunderbird for cross-testing.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 857 views
  • 0 likes
  • 2 in conversation