2- sodium chloride and lactate un un 20231-calcium lactate 12 un 20223-sodium bicarbonate un 03 1998
The output should be
sodium chloride and lactatecalcium lactatesodium bicarbonate
data want; set have; new_var= substr(scan(var, 2, '-'), 1, length(scan(var, 2, '-'))-11); proc print;run;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.
Browse our catalog!