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

What is proc sql pass through facility?

4 Answers   L&T,


If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?

7 Answers   Accenture,


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

0 Answers   Oracle,


What was the last computer book you purchased? Why?

0 Answers   Oracle,


hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?

6 Answers   Accenture,






how does sas handle missing values in a merge? : Sas programming

0 Answers  


how many types of prompts are there? : Sas-bi

0 Answers  


Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.

10 Answers  


how to write code for left outer join in SAs using datastep?

8 Answers   CitiGroup,


In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;

1 Answers  


What is by-group processing?

0 Answers  


What are _numeric_ and _character_ and what do they do?

1 Answers   Quintiles,


Categories