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 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments:   To: sas-l@uga.edu
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


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