Explain the difference between PROC MEANS and PROC SUMMARY.
Example:
PROC MEANS DATA=dataset; VAR variable; RUN;
PROC SUMMARY DATA=dataset; VAR variable; OUTPUT OUT=summary_dataset MEAN=mean_value; RUN;
Save For Revision
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.