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

how would you create multiple observations from a single observation? : Sas programming

0 Answers  


what are the component of range? : Sas-bi

0 Answers  


Explain the use of proc print and proc contents?

0 Answers  


What are the applications primarily used by business analyst? : Sas-bi

0 Answers  


how to generate report for 0 observation dataset?

3 Answers   Mind Tree, Student,






What does the RUN statement do?

0 Answers   Quintiles,


How is character variable converted into numeric variable and vice versa?

0 Answers  


How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?

2 Answers   BoA,


what is the difference btw proc means and proc univariate?

8 Answers   HSBC, TCS,


What does P-value signify about the statistical data?

0 Answers  


what is hierarchy flattening? : Sas-di

0 Answers  


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

0 Answers   SAS,


Categories