Hi guys,
I am trying to check if a specific field contains only text characters.
I am using the following code to verify if the field country does not contain any numeric char:
verify(country,"ABCDEFGHIJKLM")>0
I wonder if there are better ways to achieve that objective.
Thanks for all your help in advance!
Cheers,
Tom
You could use the notalpha function http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a002194058.htm
If it returns a non-zero value the field contains something other than alpha characters
You could use the notalpha function http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a002194058.htm
If it returns a non-zero value the field contains something other than alpha characters
Add a few,
And of course compress() plus lengthn().
Regards,
Haikuo
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.
Ready to level-up your skills? Choose your own adventure.