BookmarkSubscribeRSS Feed
woo
Barite | Level 11 woo
Barite | Level 11

Hello Friends can i send below email with different font and color...

filename outbox email "woo.lawson@xyz.com";

          data _null_;

               file outbox

               to=("woo.lawson@xyz.com")

               subject="my message";

               put "Hi Team,";

               put " ";

               put "SAS doesn't have market files ready yet.";

               put " ";

               put " ";

               put "Thanks!";

               put "SAS";

          run;

Thanks!

1 REPLY 1
Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 5402 views
  • 0 likes
  • 2 in conversation