Do you need to know if there are any missing values?
How to display duplicate observations in data?
Diff between proc sql merge and join?
How would you delete observations with duplicate keys?
what kind of variables are collected in AE dataset?
3 Answers Accenture, Quintiles, SAS,
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B
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.
What is substr function?
How would you delete duplicate observations?
How to Rename Library?
what is snowflake schema? : Sas-di
what is the difference between informat$8. $char8.
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks