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 does proc print, and proc contents are used for?

609


what is the difference between floor and ceil functions in sas? : Sas-administrator

698


How substr function works in sas?

699


Mention common programming errors committed in sas ?

645


what is the use of proc contents and proc print in sas? : Sas-administrator

601






What is the order of application for output data set options, input data set options and SAS statements?

1078


How can you limit the variables written to output dataset in data step?

743


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2002


What is interleaving in SAS?

668


For what purpose would you use the RETAIN statement?

1038


How do you debug and test your SAS programs?

1046


What is the use of PROC gplot?

634


What is the different between functions and PROCs that calculate the same simple descriptive statistics?

1222


what is study design in while working with SAS? what are screening variables in SAS?

1679


Are you involved in writing the inferential analysis plan? Tables specfications?

1740