BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
vandhan
Fluorite | Level 6

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 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
RW9
Diamond | Level 26 RW9
Diamond | Level 26

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.

View solution in original post

2 REPLIES 2
RW9
Diamond | Level 26 RW9
Diamond | Level 26

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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1056 views
  • 0 likes
  • 3 in conversation