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]

;

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 686 views
  • 0 likes
  • 3 in conversation