What is program data vector (pdv) and what are its functions?


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

Post New Answer

More SAS Interview Questions

what do the pad and dim functions do? : Sas programming

0 Answers  


Which is the best training institute for SAS in Delhi. Please reply

12 Answers   HCL, HSBC,


What are the default statistics that proc means produce?

0 Answers  


What does the trace option do?

0 Answers  


What is SAS?

0 Answers  


what is TAB delimiter? explain about it? what will you do to get TAB delimiter?

3 Answers   Cap Gemini,


What are the differences between sum function and using “+” operator?

0 Answers  


what are the differences between proc report and proc tabulate?

3 Answers  


explain the key concept of sas? : Sas-administrator

0 Answers  


Describe a time when you were really stuck on a problem and how you solved it?

0 Answers   Oracle,


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  


how can u extract,transform and loading?

2 Answers   CitiGroup,


Categories