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.

The Boston Area SAS Users Group is hosting free webinars!
Next up: Lisa Mendez & Richann Watson present Get Tipsy with Debugging Tips for SAS® Code: The After Party on Wednesday Jul 16.
Register now at https://www.basug.org/events.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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