how do we mail reports from SAS environment to our team
leader

Answer Posted / santhosh

filename outbox email ;
data _null_;
file outbox
to=('xisguest@sas.com')
cc=
('santhosh.stats@gmail.com','lsantosh@sristek.com','kvasukii
n@gmail.com')
/* bcc=
('pavanj.sas@gmail.com','pavankumar@sristek.com')*/
Subject="Test Email"
Attach =("C:\Documents and
Settings\xisguest\Desktop\lenova.doc"
"C:\Documents and
Settings\xisguest\Desktop\new1.doc"
"C:\Documents and
Settings\xisguest\Desktop\new2.doc"
"C:\Documents and
Settings\xisguest\Desktop\new3.doc");

put 'Hi sristek/sas ,
this is santhosh from pune pfa for code for
sending mail';
run;

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are informats in sas? : Sas-administrator

591


how sas deals with business intelligence? : Sas-bi

586


What makes sas stand out to be the best over other data analytics tools?

591


What is the command used to find missing values?

595


What are the automatic variables for macro? : sas-macro

679






what is data integration? : Sas-di

620


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

687


Approximately what date is represented by the SAS date value of 730?

750


How do you delete duplicate observations in sas?

581


This entry was posted in General. Bookmark the permalink. Post a comment or leave

4054


How will you generate test data with no input data?

565


Describe a time when you were really stuck on a problem and how you solved it?

2086


How to limit decimal places for variable using proc means?

592


Describe the function and untility of the most difficult SAS macro that you have written.

1731


If you could design your ideal job, what would it look like?

2378