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:         Thu, 24 Jan 2008 19:38:46 +0530
Reply-To:     chittiprolu pradeep <chittiprolupradeep@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         chittiprolu pradeep <chittiprolupradeep@GMAIL.COM>
Subject:      Re: plz help me in this
Comments: To: ranji <ranjithy2k@gmail.com>
In-Reply-To:  <3548630b0801240606u66d96924i649cc05135aa552f@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

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