LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page