BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I have a list of records of Brief No's in the format xxxxx-yy

I wish to keep only the 'x's, however, they are not a standard length, some are 6 characters long, some 5. The 'y's aren't strictly 2 character's either, sometimes one, sometimes 2.

The only constant is the hyphen.

How can I use the Substr to keep only the part of the string before the hyphen?

Thanks in advance
2 REPLIES 2
LinusH
Tourmaline | Level 20
scan(breifNo,1,'-')
Data never sleeps
deleted_user
Not applicable
thanks! worked a treat!

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
  • 2 replies
  • 951 views
  • 0 likes
  • 2 in conversation