What r all the reporting procedures...?
Answers were Sorted based on User's Feedback
what is prime numbers? how we can get plc write sas code?
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
Code a PROC MEANS that shows both summed and averaged output of the data.
How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.
how does sas handle missing values in a merge? : Sas programming
For clinical entire study how many tables will create approx?
What do the PUT and INPUT functions do?
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
I need help in merging two different datasets. I am merging by date and I want to propagate observations from one dataset to the corresponding dates. One dataset has a unique date for each day of the month, while the other dataset has same date for different patient visits. For example I want to spread an observation on the 31DEC2008 from one dataset to several observations with the same date on a second dataset for all the patients who visited on that date. I have tried to merge the two and the result is not what I wanted. Instead I get a dataset whereby all the dates have missing values where observations from the first datset should have spread.
what type of graphs we will create(for 2+years candidates)?
What is the good sas programming practices for processing large data sets?
How do dates work in sas?