[code:11039]filename mail email "shiyiming@bigfoot.com"
subject="Hello";
data _null_;
file mail;
put "Hi Shiyiming,";
put "Wish you all happy and good luck in the future!";
put "Cheers, Collen";
run;[/code:11039]