For example: proc univariate data=score; histogram final / normal; inset mean std normal(ad adpval); run; The MEAN and STD keywords display the sample mean and standard deviation of FINAL. The NORMAL ...
ODS provides a way for you to choose individual output objects to send to ODS destinations. For instance, PROC UNIVARIATE produces five output objects. You can easily create HTML output, an output ...