Date: Tue, 6 Feb 2007 16:01:29 -0500
Reply-To: "Sridhar, Nagakumar" <nagakumar.sridhar@SPCORP.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Sridhar, Nagakumar" <nagakumar.sridhar@SPCORP.COM>
Subject: SAS Email
Content-Type: text/plain; charset="us-ascii"
Hi All:
Would you know what is wrong with this piece of code:
options emailsys=smtp;
filename outbox email("big.jerk@abc.com")
subject="P03471 CSV File"
attach=("/clinprog/s054031/p03471/output/p03471_&sysdate..csv"
ct="application/csv");
run;
I am trying to send an email to myself (Yep, I have been told I'm a BIG
JERK but that's nothing new!!) with an attachment and while it doesn't
generate any errors, the email doesn't happen.
Thanks and regards
Kumar
*********************************************************************
This message and any attachments are solely for the
intended recipient. If you are not the intended recipient,
disclosure, copying, use or distribution of the information
included in this message is prohibited -- Please
immediately and permanently delete.
|