how do we mail reports from SAS environment to our team
leader

Answer Posted / rk

we used html window

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to limit decimal places for the variable using proc means?

606


How to include or exclude specific variables in a data set?

648


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

702


What are the special input delimiters used in SAS?

658


Explain by-group processing?

591






What is the difference between match merge and one to one merge?

695


how the sas basic syntax style described? : Sas-administrator

608


Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com

1587


What are the uses of sas?

709


Can you suggest us materials for sdtm mapping?

4041


Enlist the syntax rules followed in sas statements.

621


How necessary is it to be creative in your work?

2024


What will calendar procedure do?

603


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.

1803


How do you define proc in sas? : sas-grid-administration

678