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

I have some location codes that may be 3 characters or 5 characters.  Regardless of how many characters, I need a filter set that will return all location codes that begin with the letter "Y".  I've tried 'Contains Y%', with no results.  Can someone suggest the correct syntax? 

 

Thanks, in advance, for your help!

Rita Yee

Project Engineer, FedEx Express

___________________________________
The fact that I ask for help simply means I am inexperienced and under-educated. Please don't assume I am incompetent and uneducated.
1 ACCEPTED SOLUTION

Accepted Solutions
FredrikE
Rhodochrosite | Level 12

Try:

upcase(substr(locationCode,1,1)) = 'Y'

 

Use it in an advance filter 🙂

//Fredrik

View solution in original post

3 REPLIES 3
WarrenKuhfeld
Ammonite | Level 13

In what context are you asking?  This will work in some contexts:

 

code =: 'Y'

FredrikE
Rhodochrosite | Level 12

Try:

upcase(substr(locationCode,1,1)) = 'Y'

 

Use it in an advance filter 🙂

//Fredrik

RPYee
Quartz | Level 8

Worked perfectly!! Thanks so much!

___________________________________
The fact that I ask for help simply means I am inexperienced and under-educated. Please don't assume I am incompetent and uneducated.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 1553 views
  • 0 likes
  • 3 in conversation