Are you involved in writing the inferential analysis plan?
Tables specfications?
No Answer is Posted For this Question
Be the First to Post Answer
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
/*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
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
Briefly describe 5 ways to do a "table lookup" in sas.
Which function is used to count the number of intervals between two sas dates?
Explain the special input delimiters used in sas programming.
What SAS statements would you code to read an external raw data file to a DATA step?
Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT SAS Training in Data Management at InfoSchool Bangalore
how can you create zero observation dataset? : Sas programming
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
what is the difference between unique key and primary key? : Sas-di
what is option year cuttoff in sas