BookmarkSubscribeRSS Feed
Sowmya12
Fluorite | Level 6

2- sodium chloride and lactate un un 2023
1-calcium lactate 12 un 2022
3-sodium bicarbonate un 03 1998

 

 

The output should be

sodium chloride and lactate
calcium lactate
sodium bicarbonate

1 REPLY 1
A_Kh
Barite | Level 11
data want;
	set have;
	new_var= substr(scan(var, 2, '-'), 1, length(scan(var, 2, '-'))-11);
proc print;run;
How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 552 views
  • 0 likes
  • 2 in conversation