Saved Bookmarks
| 1. |
Have You Ever Used Proc Sql For Data Stigmatization? |
|
Answer» Yes I have used it for summarization at times…For e.g if I have to CALCULATE the max value of BP for PATIENTS 101 102 and 103 then I USE the max (bpd) function to get the maximum value and use group by STATEMENT to group the patients ACCORDINGLY. Yes I have used it for summarization at times…For e.g if I have to calculate the max value of BP for patients 101 102 and 103 then I use the max (bpd) function to get the maximum value and use group by statement to group the patients accordingly. |
|