BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Jems
Fluorite | Level 6

When i am using proc means for a variable the one observation is giving 3 and other 2 decimal places in output, how to keep 3 decimal places for all observations.

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
SAS Super FREQ
Hi:
Research the MAXDEC= option of PROC MEANS.
cynthia

View solution in original post

4 REPLIES 4
Cynthia_sas
SAS Super FREQ
Hi:
Research the MAXDEC= option of PROC MEANS.
cynthia
kurp
Calcite | Level 5

I believe it's important to mention here that - according to documentation - MAXDEC specifies the maximum number of decimal places only to display the statistics in the printed or displayed output. It has no effect on statistics that are saved in an output data set.

 

I'm looking for solution to similar problem. Is there any simple way to get the rounded values directly from PROC MEANS?

xxformat_com
Barite | Level 11

Well, it's correct that the option maxdec does not work with  "output out=" statement.

But if you use "ods output summary=", then the option maxdec works.

error_prone
Barite | Level 11
Afaik, no, rounding is not possible.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 46802 views
  • 3 likes
  • 5 in conversation