how do we mail reports from SAS environment to our team
leader
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
What are the analysis datasets created, and what are the new variables created in CLINICAL SAS
1 Answers Accenture, Sciformix,
What is the maximum length of the macro variable? : sas-macro
what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.
what is the difference between %put and symbolgen?
Explain what is data step?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?
What do you feel about hardcoding?
How to read the file names of a text files from a shared drive using SAS?
Which is the best training Institute for SAS Business Intelligence course?