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 (February 2007, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


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