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 (January 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 25 Jan 2008 17:29:25 -0500
Reply-To:     Sailaja Neelam <sailaja.neelam@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Sailaja Neelam <sailaja.neelam@GMAIL.COM>
Subject:      Re: plz help me in this
Comments: To: chittiprolu pradeep <chittiprolupradeep@gmail.com>
In-Reply-To:  <3548630b0801240608m10794229n3a14d92bc16f9cc4@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi Pradeep,

%let emcc = "xyz@abc.com" "a1@abc.com";

filename mail email from="na@abc.com"; data _null_; file mail to=(x1@abc.com "x1@abc.com") cc=(&emcc.) subject="Hi" attach=("give the Path\xyz.xls"); put "All,"; put ; put " Write wht ever you want to here in each put stmt"; put "kajsfukshdfjksd"; put ; put "Regards,"; put "Your name"; run;

Hope this Helps. Neelam

On 1/24/08, chittiprolu pradeep <chittiprolupradeep@gmail.com> wrote: > > Hi, > > still the code does'nt work...........! > > options > nowait nosync ; > > filename > outbox email "9818212214@airtel.com"; * > > data > *_null_; > > file outbox > > to=( > "9818212214@airtel.com") > > subject= > ""; > > put 'Hi Mr.Arora,' ; * > > run > *; > > > > > > Thanks for the help >


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