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;

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 457 views
  • 0 likes
  • 2 in conversation