261 options
262 emailsys=smtp
263 emailhost=smtp.live.com
264 emailport=25;
265
266 filename mymail email "
XXX@hotmail.com" subject="test message";
267 data _null_;
268 file mymail;
269 put 'hello there';
270 run;
NOTE: The file MYMAIL is:
E-Mail Access Device
ERROR: Email: The software caused the connection to abort.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: DATA statement used (Total process time):
real time 0.18 seconds
cpu time 0.01 seconds
这是我写的一小段,但没法出去,请教一下,正确的代码该如何写?谢谢了。