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};
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.