Differentiate between format and informat? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
Name statements that are execution only.
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
How to write duplicate records into a separate dataset using sort?
What is your favorite all time computer book? Why?
What are the main differences between sas versions 8.2, 9.0, 9.1?
What is the order of evaluation of the following operators + - * / ** () ???
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 the use of divide function?
What is the difference between proportion and average?
what is SAS/Graph?
how could you generate test data with no input data? : Sas programming
how many data types in sas? : Sas-administrator