BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
JørgenWolff
Calcite | Level 5

Hi SAS

 

How can I change dot to comma and maintain that the data series remains continuous?

 

Best Jørgen Wolff

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

Are you talking about character or numeric variables?

With numeric variables, it's just a change of the displayed values, not the raw values stored; the order can't change.

With character variables, you would only have a problem if a minus sign was right next to the dot/comma, as comma, minus sign and dot follow in immediate succession in the ASCII table (http://www.asciitable.com/).

View solution in original post

2 REPLIES 2
Kurt_Bremser
Super User

Are you talking about character or numeric variables?

With numeric variables, it's just a change of the displayed values, not the raw values stored; the order can't change.

With character variables, you would only have a problem if a minus sign was right next to the dot/comma, as comma, minus sign and dot follow in immediate succession in the ASCII table (http://www.asciitable.com/).

JørgenWolff
Calcite | Level 5

Perfect - thanks.

Best Jørgen

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 900 views
  • 0 likes
  • 2 in conversation