How experienced are you with customized reporting and use
of Data _Null_ features?

Answer Posted / harish

sas variable to count no of observation to read

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

For what purposes have you used sas macros? : sas-macro

761


What is interleaving in SAS?

855


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.

2024


What is the work of tranwrd function?

948


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

2472


what is intially documentation in sas?

4618


Explain the special input delimiters used in sas programming.

777


Differentiate between ceil and floor functions.

883


what can you learn from the sas log when debugging? : Sas programming

828


what is SAS OPTIMIZATION?

2034


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2343


What are the statements in proc sql?

797


What is the difference between input and infile statement?

877


describe the interaction table in sas di? : Sas-di

780


how do you debug and test your sas programs? : Sas programming

837