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


Hi ,

I have to prepare a SAS dataset. I have a census tract field. The final  field has to contain 11 digits and should be a character variable. At present, its a numeric variable of default  length 8 and best12. format. Some of the numbers are 11 digits and some are 9 digits. Initially , the 11 digit numbers had a 2 digit decimal point (i.e. 123456756.76) . I took of the decimal points using compress function as per requirements of the program. Maybe I should not have done that initially. Now, I need to  add 2 trailing zeros to only those values with 9 digits. Is there something I need to do about leading or trailing blanks too.Please advise.

Thanks.

e.g:

Initial file : numeric data , length 8 and best12. format.

   478901347

167528936.67

567893456.78

    786539269

I need:

47890134700

16752893667

56789345678

78653926900

1 ACCEPTED SOLUTION

Accepted Solutions
2 REPLIES 2
Haikuo
Onyx | Level 15

X100?

dr2014
Quartz | Level 8

duh clearly I was overthinking this and then just convert it to character . I took care of the character issue first and then was looking to add the zeroes.

Thanks very much.

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
  • 7059 views
  • 1 like
  • 2 in conversation