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

I'm helping a coworker combine and clean 84 csv files. I have imported them and combined them into one SAS data set. For some reason, her csv files have some odd-looking characters in place of apostrophes, quotes and in a few cases, the letter 'e'.

 

Here's a list of what I have vs what I want. The var in question is desc.

 

’ should become '

é should be e

è should be e

“ should be "

”  should also be "

•  I want to delete (suppress?) it

– and — delete (suppress?)  them.

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

TRANSLATE -> Find/Replace

COMPRESS() -> Remove entirely

 

 

View solution in original post

3 REPLIES 3
Reeza
Super User

TRANSLATE -> Find/Replace

COMPRESS() -> Remove entirely

 

 

GreggB
Pyrite | Level 9

Can you show me the difference between TRANSLATE and TRANWRD?  I read about it but can't see the distinction.

Reeza
Super User

TRANSLATE is for single characters

TRANWRD is for words or sets of characters

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
  • 3 replies
  • 2149 views
  • 1 like
  • 2 in conversation