Hi, all:
I found those in the steps formating numbers. What are those means? Thanks.
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.
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.
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.
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 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.