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

I m using this expression in the query builder task of EG 9.1:

 

PUT(t1.OpRevenue, COMMA8.2)

 

OpRevenue is "10.5" and I need "10,5".

According to the documentation, this should be the way how it is done, but it is not working.

I still get "10.5".

 

What am I doing wrong?

1 ACCEPTED SOLUTION
3 REPLIES 3
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Have a look at the Documentation:

http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000200667.htm

It  states that the comma format applies a comma after each block of three in the whole part of the number.  It doesn't replace dot with comma.  

You could of course do:

tranwrd(put(t1.oprevenue,8.2),".",",")

 

I don't know of a format offhand which treats numbers using the comma notation.

dirks
Quartz | Level 8

I think I was missinterpreting something. I guess COMMAX8.2 will do it! Thanks!

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!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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