BookmarkSubscribeRSS Feed
ybz12003
Rhodochrosite | Level 12

Hello:

 

I found number format is different in the column of "Pval".   One is 1E-6 and the other one is 0.00001.  I used format best8.6, I found it still shows 1E-6.   If I would like to get all of numbers format in the "0.000001", please advice how to approach.   Thanks.

 

data want;

set have;

format Pval best 8.6;

run;

2 REPLIES 2
Reeza
Super User
You should review how formats are specified, what the portion means after the decimal point especially and the concept of the width. This is all available in the documentation.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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
  • 2 replies
  • 1894 views
  • 2 likes
  • 3 in conversation