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

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

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