Explain data step in SAS


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

Post New Answer

More SAS Interview Questions

explain the main difference between the nodup and nodupkey options? : Sas-administrator

0 Answers  


Explain how merging helps to combine data sets.

0 Answers  


How do you read in the variables that you need?

5 Answers  


If you could design your ideal job, what would it look like?

0 Answers   Oracle,


what is the difference between compiler and interpreter? give any one example (software product) that act as a interpreter?

36 Answers   Accenture, College School Exams Tests, CTS, IBM, IHRD, Infosys, Sylhet Engineering College, TCS, Wipro,






what is the difference btw proc means and proc univariate?

8 Answers   HSBC, TCS,


Explain the main difference between the sas procedures and functions? : Sas-administrator

0 Answers  


how would you create multiple observations from a single observation? : Sas programming

0 Answers  


what is syntax of proc merge ?

7 Answers   TCS,


Mention sas system options to debug sas macros.

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.

0 Answers  


Are you sensitive to code walk-throughs peer review or QC review?

0 Answers   Quintiles,


Categories