BookmarkSubscribeRSS Feed
R_Win
Calcite | Level 5
in one variable i have obs like this 12 098,345 78,7899 0,76567 89

now in the out put i dont want the spaces to be seen
1 REPLY 1
Cynthia_sas
Diamond | Level 26
Hi:
So what you want to see in your variable value would be:
[pre]
12098,34578,78990,7656789
or
1209834578789907656789
[/pre]
??? You might investigate the COMPRESS or COMPBL functions, which you could use to compress blanks from your variable or remove other characters from the string.

What you show looks like more than one variable, however. If you have multiple variables and you want to concatenate them together into one long character string, without spaces between, you might also investigate the concatenate operator, the TRIM function or the "CAT" family of functions, CATT, CATX and CATS.

cynthia

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
  • 1 reply
  • 1313 views
  • 0 likes
  • 2 in conversation