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
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
|