Well, you have to merge/join the table somehow. Do you want to match them based on observation number...? Some kind of Id column generally is the best/common way to do it.
About the multiplying part: you have to convert your character column to numeric first by using the input function:
input(sal,best.)
/Linus
Data never sleeps
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.