BookmarkSubscribeRSS Feed
thanikondharish
Fluorite | Level 6

I have one dataset/dummy data .

for example:

data test ;

length text $ 20 ;

text='i love you' ;

output;

text='i like you' ;

output ;

run;

 

my question is how to find unexcepted values in text variable ?

 

4 REPLIES 4
thanikondharish
Fluorite | Level 6
I have copied some text from Excel and pasted into sas
andreas_lds
Jade | Level 19

@thanikondharish wrote:
I have copied some text from Excel and pasted into sas

Please define "unexpected".

Quentin
Super User

Suggest looking into the VERIFY() function.

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 4 replies
  • 1361 views
  • 0 likes
  • 4 in conversation