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
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
how do you want missing values handled? : Sas programming
name some data transformation used in sas di? : Sas-di
Are you involved in writing the inferential analysis plan? Tables specfications?
What versions of SAS have you used (on which platforms)?
Of all your work, where have you been the most successful?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Mention how to limit decimal places for the variable using proc means?
what is factor analysis? : Sas-administrator
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
how do you pull data from equifax?tell me the process?
How will you generate test data with no input data?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration