I want to create a new variable(CC_new) from a Chief Complaint variable (CC). The CC variable has some observations with multiple Chief Complaints separated by a semicolon e.g. Headache;fever;sore throat. However, I only need the first Chief Complaint to create the CC_new variable.
Please, I need help with this.
Thank you.
Is that what you are looking for?
cc_new = scan(cc,1,',');
Thank you for your response. I tried the following but it did not help.
data Permanent_data3;
set Permanent_data;
cc_new = scan(cc,1,',');run;
It worked. Thank you.
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!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.