Skills
data fall.counsel; set master.prof; if index(skills,'counseling') > 0; run;
data fall.counsel; set master.prof; if index(skills,counseling) = 0; run;
Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.