BookmarkSubscribeRSS Feed
user112a2
Obsidian | Level 7

Hello. I have a question on format in SAS. Below is my code

 Removed

correction_am is format numeric 8. How do I change this to Comma10.2 or Dollar10.2 in SAS in data step or proc sql code? I have tried various methods that did not work.

I have tried below code which worked but did not retain the two decimal places.

Removed

 

3 REPLIES 3
user112a2
Obsidian | Level 7

Hey I tried that and it did not format with commas:

 

Removed

I want: 

Removed

 

Tom
Super User Tom
Super User

@user112a2 wrote:

Hey I tried that and it did not format with commas:

 

2084608.44

I want: 

2,084,608.44 or $2,084,608.44


You need count the commas (and dollar sign) when setting the width.

1234567890123456
2084608.44
$2,084,608.44

Try DOLLAR13.2 or increase the width even more if your values can be larger than $9,999,999,99

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
  • 3849 views
  • 1 like
  • 3 in conversation