how do you derive descriptive statistics?
Answer / mahesh
by using univariate procedure....we can able to calculate
or derive descriptive statistics.
By using proc means, it gives only n, mean, min, max,sd,
statistic by default only....
| Is This Answer Correct ? | 17 Yes | 2 No |
List down the reasons for choosing sas over other data analytics tools.
Describe the function and untility of the most difficult SAS macro that you have written.
What is the command used to find missing values?
Describe a time when you were really stuck on a problem and how you solved it?
which features do you use to check the data validations and errors? : Sas-administrator
What are the special input delimiters used in SAS?
Hi, I have one dataset like id date ex: id date 1 13 1 13Oct2011 2 14 2 14Oct2011 3 15 3 15Oct2011 --->this is the current date here i want date format like 13Oct2011,14Oct2011 how we can modify the numeric to date format plz answer.
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
What is the size of PDV?
How sas treats the dsd delimiters?
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?