What are the table names in oracle database...?


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 floor and ceil functions in sas? : Sas-administrator

0 Answers  


/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance

2 Answers   Eval Source,


How to convert a given date value into SAS date

9 Answers   CitiGroup, Quintiles,


how would you determine the number of missing or nonmissing values in computations? : Sas programming

0 Answers  


Briefly describe 5 ways to do a "table lookup" in sas.

4 Answers   Quintiles,






What would be the value of month at the end of data step execution and how many observations would be there?

0 Answers  


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

0 Answers  


What would you change about your job?

0 Answers   Oracle,


How can you limit the variables written to output dataset in data step?

0 Answers  


For what purpose would you use the RETAIN statement?

0 Answers   Quintiles,


Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.

2 Answers  


what are sas/access and sas/connect? : Sas programming

0 Answers  


Categories