q****d 发帖数: 535 | 1 I searched below information from the web, but not sure how to set the
AUTOEXEC.SAS parameters.
Anyone can help out?
Thanks!!!
**************************************************************************
Using PC SAS to write E-Mail
To use PC SAS to send E-Mail, you need to do the following:
Set up your AUTOEXEC.SAS with the following parameters:
-emailsys [smtp|mapi] /* choose one - e-mail protocol of yor mail server */
-emailserver
-emaildlg [sas|native] |
h***i 发帖数: 634 | 2 那么好玩
试试看
【在 q****d 的大作中提到】 : I searched below information from the web, but not sure how to set the : AUTOEXEC.SAS parameters. : Anyone can help out? : Thanks!!! : ************************************************************************** : Using PC SAS to write E-Mail : To use PC SAS to send E-Mail, you need to do the following: : Set up your AUTOEXEC.SAS with the following parameters: : -emailsys [smtp|mapi] /* choose one - e-mail protocol of yor mail server */ : -emailserver
|
q****d 发帖数: 535 | 3 Did you figure out how?
If so can you share pls? Thx!
【在 h***i 的大作中提到】 : 那么好玩 : 试试看
|
p********a 发帖数: 5352 | 4 isn't that easy?
What is your mail server protocol?
what is your email domain name?
-emailsys [smtp|mapi] /* choose one - e-mail protocol of yor mail server */
-emailserver
-emaildlg [sas|native] /* choose one - e-mail dialogue to use */
-emailid
-emailpw |
q****d 发帖数: 535 | 5 Sorry no IT background here...
What I don't know is how to set up AUTOEXEC.SAS with those parameters.
Should I write on the file AUTOEXEC.SAS or should I write SAS code to change
the system options? I know some system options can only be changed at
initilization of SAS, not via coding. So that'd be great if you could share
some of your knowledge. Thanks a lot!
【在 p********a 的大作中提到】 : isn't that easy? : What is your mail server protocol? : what is your email domain name? : -emailsys [smtp|mapi] /* choose one - e-mail protocol of yor mail server */ : -emailserver : -emaildlg [sas|native] /* choose one - e-mail dialogue to use */ : -emailid : -emailpw
|