SAS中文论坛

标题: Emailing from SAS [打印本页]

作者: shiyiming    时间: 2005-8-24 10:41
标题: Emailing from SAS
[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]
作者: shiyiming    时间: 2005-8-26 16:07
标题: 标准回复
filename mail email "Collen@bigfoot.com"
            subject="Re: Hello";
      
data _null_;
  file mail;
  put "Dear Collen,";
  put "Wish you all happy and good luck in the future too!";
  put "Cheers, Shiyiming";
  put ":)";
run;

<!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) -->
作者: shiyiming    时间: 2005-8-26 18:44
标题: @
呵呵,地址有误,我的mail可不是bigfoot啊。




欢迎光临 SAS中文论坛 (http://mysas.net/forum/) Powered by Discuz! X3.2