| Date: | Fri, 9 Jan 2009 07:06:41 -0800 |
| Reply-To: | "Gordon.Raebiger" <Gordon.Raebiger@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Gordon.Raebiger" <Gordon.Raebiger@GMAIL.COM> |
| Organization: | http://groups.google.com |
| Subject: | Pipe Command in EG |
|
| Content-Type: | text/plain; charset=ISO-8859-1 |
Hi,
I was trying to use the pipe command in the code window under EG.
So far it works fine, however I'm not able to cc or to add a message
to the email...any help is much appriciated.
filename send_m pipe "uuencode '&work_dir./outfile/abcd_%sysfunc(today
(),yymmdd10.).txt'
'abcd_%sysfunc(today(),yymmdd10.).txt'|
/usr/ucb/mail -s 'abcd Report' GR@test1234.com";
data _null_;
file send_m;
run;
Best,
Gordon
|