What are the different types of sas functions?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

What is the difference between nodupkey and nodup options?

0 Answers  


One way of creating a new variable in Macros is by % Let....What is the other way..?

5 Answers   TCS,


Does anybody have SAS Training manual or documentation or can you refer me any book to have better understanding on SAS. I am fresher to SAS tool. (Ready to pay)

4 Answers  


What is the use of %include statement?

0 Answers  


what are methods to identify duplicate observations?

5 Answers   HCL,


Explain the purpose of substr functions in sas programming.

0 Answers  


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.

1 Answers  


What is interleaving in SAS?

0 Answers  


Baseline definition in your study

3 Answers   Accenture, Quintiles,


Describe the function and untility of the most difficult SAS macro that you have written.

0 Answers  


What are the new features included in the new version of SAS Programming Language?

0 Answers  


How to get the repeated values by using sql in sas ?

2 Answers  


Categories