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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / vijayabhargava.k

by using the option proc print to and specifying the path we
can expor the data set created and the datastep along with
the log to the required destination

Is This Answer Correct ?    2 Yes 3 No

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

Answer / ankit

only santosh is correct

Is This Answer Correct ?    0 Yes 1 No

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

Answer / pnprasad

SAS can have a special feature, i.e we can get many types
of Output by using ODS, word, xls,txt,pdf,html,xml and
many. The same we can send via mail. For example, sending
of the clinical data to FDA by converting the datasets in
to XML.

Is This Answer Correct ?    0 Yes 3 No

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

Answer / rk

we used html window

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More SAS Interview Questions

Briefly explain input and put function?

0 Answers  


what does the run statement do? : Sas programming

0 Answers  


what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?

2 Answers   Wockhardt,


how many types of MERGE?

17 Answers   CitiGroup,


What is SAS informats?

0 Answers  






What is the difference between SAS functions and procedures?

0 Answers  


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

0 Answers  


what is program data vector? : Sas-administrator

0 Answers  


For what purpose would you use the RETAIN statement?

0 Answers   Quintiles,


What do the PUT and INPUT functions do?

0 Answers  


what does .. meant in sas macros

3 Answers   D&B,


where will go the observations that were deleted by delete statement?

2 Answers  


Categories