Hi,
I’d appreciate any suggestions on recoding a variable in the following manner:
Have
Var_A |
00 Education ABC |
00 Education XYZ |
00 Education ABC |
00 Education MNO |
00 Education IJK |
Want
Var_A |
ABC |
XYZ |
ABC |
MNO |
IJK |
Thank you,
Look at the scan function
SAS(R) 9.2 Language Reference: Dictionary, Fourth Edition
var_a=scan(var_a, 3);
Look at the scan function
SAS(R) 9.2 Language Reference: Dictionary, Fourth Edition
var_a=scan(var_a, 3);
Thank you
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.