Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

College School Exams Tests SAS Interview Questions
Questions Answers Views Company eMail

what are the new features included in the new version of SAS i.e., SAS9.1.3?

5 8426

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

36 138944

Post New College School Exams Tests SAS Interview Questions


College School Exams Tests SAS Interview Questions


Un-Answered Questions

What file will give you oracle instance status information? Where is it located?

274


What Is Efficient Market Hypothesis?

666


What can you do to promote a server to dc?

104


How would you define equipment/material loaned to a customer?

502


What are table buffers?

572






What is a transactions?

594


What is anonymous class in c#?

509


Differentiate between kirchhoff’s first law and kirchhoff’s second law?

602


Tell me about virtual function

530


Can we create shortcuts to excel functions?

288


What is split used for?

425


What type of a language is python? Interpreted or Compiled?

477


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.

1787


Explain about Commit method?

171


Please explain what are intent filters?

540