what are all the default values getting in PROC MEANS...???
Answers were Sorted based on User's Feedback
Answer / rahul
By default Proc Means produces the following for each
numeric variable-
Mean
Number of non-missing values
Standard deviation
Minimum value
Maximum value
| Is This Answer Correct ? | 12 Yes | 0 No |
how can you sort the dataset having millions of OBS(instead of sort procedure?
What will calendar procedure do?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
What is the sas data set? : sas-grid-administration
what has been your most common programming mistake? : Sas programming
for whom is sas data integration studio designed? : Sas-di
Explain why double trailing @@ is used in input statement?
Mention some common errors that are usually committed in sas programming.
Diff between proc sql merge and join?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
In which format does Date stores in sas..? What is the use of DATE in SAS.?
How can you create a macro variable with in data step? : sas-macro