Hi SAS
How can I change dot to comma and maintain that the data series remains continuous?
Best Jørgen Wolff
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/).
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/).
Perfect - thanks.
Best Jørgen
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.