BookmarkSubscribeRSS Feed
OS2Rules
Obsidian | Level 7

Hi All:

Just a quick question - is there a format with decimals that does not produce leading zero?

I am using a format of 15.2, which prints "0.00" for zero and I would like to see ".00"  - no leading zero.

I would rather not use a custom format if it can be helped.

Thoughts ??

2 REPLIES 2
Keith
Obsidian | Level 7

As far as I can see, the only way you can achieve this is with a picture format.  The SAS online documentation gives an example of how to do this, it's near the bottom of the page (the NOZEROS format)

http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002473467.htm

ballardw
Super User

If this is ONLY for 0

value myfmt

0 = '.00'

low - < 0 , 0< - high=[f15.2]

;

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

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1136 views
  • 0 likes
  • 3 in conversation