Date: Fri, 22 Aug 2003 07:13:39 GMT
Reply-To: Yanal <fake@BYU.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Yanal <fake@BYU.EDU>
Organization: SBC http://yahoo.sbc.com
Subject: Re: HTML & Excel report using ODS on Mainframe
Content-Type: text/plain; charset=us-ascii; format=flowed
> FILENAME REPORT EMAIL
> TO= ("xyz@mail.COM" )
> FROM= ("xyz@mail.COM")
> SUBJECT= " AUDIT EXCEL "
> TYPE= "TEXT/PLAIN"
> ATTACH=("mainframe pds name" EXT="XLS");
>
> DATA _NULL_;
> FILE REPORT ;
> PUT 'JULY 2003 AUDIT ';
> RUN;
I am guessing this will send an email if the job runs correctly.
My question is: what does the attach statment do?
thanks
|