I have data like below
0.10 |
-0.10 |
0.12 |
0.13 |
11 |
-11.00 |
-0.20 |
479 |
I want like below as correctly aligned.
0.10 |
-0.10 |
0.12 |
0.13 |
11 |
-11 |
-0.20 |
479 |
Please help
Here:
http://support.sas.com/kb/24/537.html
Just to note, I really don't advocate coding all in uppercase like that example shows, its just shouting.
Or put it into character and manually align to what you think "correct" should be.
Here:
http://support.sas.com/kb/24/537.html
Just to note, I really don't advocate coding all in uppercase like that example shows, its just shouting.
Or put it into character and manually align to what you think "correct" should be.
Style={just=dec};
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.