how do we mail reports from SAS environment to our team
leader
Answer Posted / 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 |
Post New Answer View All Answers
Which function is used to count the number of intervals between two sas dates?
Describe a time when you were really stuck on a problem and how you solved it?
What do you code to create a macro? : sas-macro
Describe the ways in which you can create macro variables?
describe the interaction table in sas di? : Sas-di
what is the use of proc contents and proc print in sas? : Sas-administrator
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
Describe crosslist option in tables statement?
what are the categories that sas informats are used to the place the data? : Sas-administrator
explain about data integrator metadata reports? : Sas-di
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What are the statements that are executed only?
is data integration and etl programming is same? : Sas-di
How do you use the do loop if you don’t know how many times you should execute the do loop?