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};
CFC_SAS_Communities_400x225.jpg
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
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.