Hi,
I want to enter a "-" after 2 numbers in a column for all numbers.
Examples: All numbers in the column are like 1234567, and I want to add "-" after 2 numbers to look like 12-34567
Please help.
Thanks
Is your 1234567 a numeric or a character variable?
Numeric
I have a column with multiple numbers like -
12-34567
78-465697
102-589865
78-56546
I just to remove the dash ('-") between the numbers, so it another column (calculated) looks like -
1234567
78465697
102589865
7856546
Cheers
Use the compress() function.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.