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


Please Help Members By Posting Answers For Below Questions

which date functions advances a date time or date/time value by a given interval? : Sas programming

534


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

598


AE datasets names? how many types?

2074


How would you define the end of a macro?

698


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

1915






data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

1796


I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2261


Are you involved in writing the inferential analysis plan? Tables specfications?

1742


How substr function works in sas?

699


what is the difference between nodup and nodupkey options? : Sas programming

619


how does sas handle missing values in a merge? : Sas programming

551


How long can a macro variable be? A token? : sas-macro

715


What is the sas data set? : sas-grid-administration

568


What are the features of SAS?

575


What are common programming errors committed in sas

670