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 other sas products have you used and consider yourself proficient in using? : Sas programming
How to read an input file in sas?
What are the data types in sas?
describe the interaction table in sas di? : Sas-di
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
it will become easy if uuu provide website linkssss and list of consultanciessssss
Name and describe few sas character functions that are used for data cleaning in brief.
What makes sas stand out to be the best over other data analytics tools?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
How many data types are there in SAS?
Explain the use of proc gplot? : sas-grid-administration
If money were no object, what would you like to do?
what is the basic structure sas administrator? : Sas-administrator
what is null hypothesis? why do you consider that?