ODS GRAPHICS ON;
TITLE 'Summary of Score ';
Proc Univariate data=laptop_review1 NOPRINT /*supprees the summary statistics*/;
histogram Score / NORMAL /*overlay the normal curve*/;
run;
ODS Graphics OFF;
Warning - ODS Output is experimental in this release of UNIVARIATE procedure
Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.