Which date functions advances a date time or date/time
value by agiven interval?
Answer Posted / amit
its INTCK, which computes number of interval b\w two dates
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the use of %include statement?
What are the ways to do a “table lookup” in sas?
Name any two sas spawners? : sas-grid-administration
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
Tell e how how dealt with..
Tell e how how dealt with..
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.
Give some examples where proc report’s defaults are different than proc print’s defaults?
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
What are the functions which are used for character handling functions?
What is the function of Stop statement in a SAS Program?
Explain what is SAS informats?
how do the in= variables improve the capability of a merge? : Sas programming
Differentiate between format and informat? : sas-grid-administration
how will you locate the sas platform applications? : Sas-bi