Intern stastical programmer written test
No Answer is Posted For this Question
Be the First to Post Answer
How can you limit the variables written to output dataset in data step?
I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Do you need to rearrange the order of the data for the report?
How do you add a prefix to some or all variables in a dataset using a SAS macro?
Name statements that are execution only.
/*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
name the scheduler for scheduling job and explain the scheduler? : Sas-di
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
what is p-value
3 Answers Accenture, Quintiles, Sristek,
what is the difference between proc means and proc tabulate?
How would you determine how far down on a page you have printed in order to print out footnotes?