SAS Programming

DATA Step, Macro, Functions and more
BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Jems
Obsidian | Level 7

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-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 4 replies
  • 51751 views
  • 5 likes
  • 5 in conversation