BookmarkSubscribeRSS Feed
deleted_user
Not applicable
hello,

I use the code -

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

Kindly suggest if I want the ODS output in Word

Regards,
Mark
1 REPLY 1
Doc_Duke
Rhodochrosite | Level 12
You need to add the ODS RTF statements. The complete documentation is in the ODS reference manual online. The SAS 9.2 version is at
http://support.sas.com/documentation/onlinedoc/base/index.html#base92 .

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 908 views
  • 0 likes
  • 2 in conversation