Post New Answer View All Answers
If money were no object, what would you like to do?
Which date function advances a date, time or datetime value by a given interval?
what is the effect of the options statement errors=1? : Sas programming
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.
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
what other sas products have you used and consider yourself proficient in using? : Sas programming
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
what is sas metadata repository? : Sas-bi
Difference between nodup and nodupkey options?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
Mention what are the data types does SAS contain?
What are the 3 components in sas programming?
For clinical entire study how many tables will create approx?
Do you know the features of sas?
do you need to know if there are any missing values? : Sas programming