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

Hi, all:

 

I found those in the steps formating numbers.   What are those means?  Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
FreelanceReinh
Jade | Level 19

Both are SAS-supplied numeric formats. (And there are informats of these names as well.) Please see BESTw. Format and w.d Format (Fw.d is an alias of the latter) in the documentation. The width w can take integer values (from the range 1 - 32) including 12 and 16.

View solution in original post

3 REPLIES 3
Kurt_Bremser
Super User

BESTw. is the standard numeric format that will try to fit the number as best as it can, using any formatting that does this (ie scientific)

Could not find any documentation for the Fw. format, but it seems to be valid.

FreelanceReinh
Jade | Level 19

Both are SAS-supplied numeric formats. (And there are informats of these names as well.) Please see BESTw. Format and w.d Format (Fw.d is an alias of the latter) in the documentation. The width w can take integer values (from the range 1 - 32) including 12 and 16.

ballardw
Super User

The F is for Fixed in ancient terms related to formats. Some of us like the reminder that the display will take that many characters and that we did not incorrectly state the use of another format like Zw.d, Dw.p, Ew. and others.

 

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 3 replies
  • 50376 views
  • 3 likes
  • 4 in conversation