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

Describe the ways in which you can create a macro variable?

610


What is the basic structure of a sas program?

583


What do you know about sas and what we do? : sas-grid-administration

589


What are the 3 components in sas programming?

712


What is by-group processing?

567






what are the component of range? : Sas-bi

608


How would you identify a macro variable?

635


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

2077


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

589


Mention few capabilities of sas framework.

680


What is the maximum length of the macro variable?

661


What is the difference between reading data from an external file and reading data from an existing data set?

626


what is enterprise guide? What is the use of it? : Sas programming

526


What is the purpose of _character_ and _numeric_?

572


What is program data vector (pdv) and what are its functions?

619