What type of tables you are using in YOUR reporting..???
Answer Posted / raghu
that depends on the clients requirements the reporting
tables will be generated
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain substr function?
Tell me about % include and % eval? : sas-macro
what is the use of sas management console? : Sas-di
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Hi, If anyone has base SAS certification dumps, please share.
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.
What is the use of function Proc summary?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Mention what are the data types does SAS contain?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
how does sas handle missing values in procs? : Sas programming
Difference between nodup and nodupkey options?
What is a pdv and what are its functions?
Which command is used to perform sorting in sas program?