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 |
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
explain the difference between proc means and proc summary?
What is the good sas programming practices for processing large data sets?
how sas deals with business intelligence? : Sas-bi
what are informats in sas? : Sas-administrator
What data sets do you need to produce the report?
What is the difference between order and group variable in proc report?
What do the SAS log messages "numeric values have been converted to character" mean?
is there any differnce between proc means and proc summary?
What is the use of stop statement?
what is sas and what are the functions? : Sas-administrator
what has been your most common programming mistake? : Sas programming