Hey all
I have a question to do with delimiting . Here are some examples :
when?
prizes!
(age)
end.
;house}|+
*note
hh`GG1
Basically, just to remove all symbols and to leave them as clean dictionary words .
Is there a macro to do this ? Because our data runs in thousands
Thank you
YL
Hi,
Try this..Hope it helps..
data have;
input dict $ 20.;
new=compress(dict,,'ka');
cards4;
when?
prizes!
(age)
end.
;house}|+
*note
hh`GG1
;;;;
run;
Thanks,
Shiva
Hi Shiva,
could you explain what is the usage of new=compress(dict,,'ka'); AND ;;;; ??
Thank you.
Hi Shiva,
It worked !
THANKS ALOT !!!!
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.