********************;
%let vlst=Ldrug Mdrug Xdurg;
data x; input v $ @@ ; datalines; L M M X ; run;
How could I translate L to Ldrug, M to Mdrug , X to Xdrug?
Thanks,
p.s. I could not find a neat way to do it so far.