Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 sas data set?

0 Answers  


Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?

0 Answers  


what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';

3 Answers   HSBC,


Can we create datasets by proc step ? (Proc contents, Means)?

2 Answers  


how does sas handle missing values in an update? : Sas programming

1 Answers  


What are TEAEs

2 Answers   Accenture, Quintiles,


What is PDV?

0 Answers  


Name and describe three SAS functions that you have used, if any?

4 Answers   Accenture,


What system options would you use to help debug a macro? : sas-macro

0 Answers  


Explain substr function?

0 Answers  


what are sas/access and sas/connect? : Sas programming

0 Answers  


what is the difference between proc report and proc format?

7 Answers   CTS,


Categories