BookmarkSubscribeRSS Feed
sri1
Obsidian | Level 7

Hi ,

 

I have a dataset  as following 

 

   category           s1                      s2                   s3   

    a1                   2(100.0)[4]        3(100.0)[6]      15(100.0)[105]

    a2                   0                       1(33.1)[1]        1(50.0)[1]

    a3                   1(5.9)[1]            0                     0

 

I need as following

 

  category           s1                          s2                        s3   

    a1                   2  (100.0)  [4]      3  (100.0)  [6]      15  (100.0)  [105]

    a2                   0                         1  (  33.1)  [1]       1   (  50.0)   [   1]

    a3                   1  (    5.9)  [1]      0                          0

 

Appreciate your input

 

Thanks

 

1 REPLY 1
ballardw
Super User

Are you going to display this with a monospace font like Courier or the SAS Monospace?

If not you are not going to be happy with the appearance because "spaces" are going to be interpreted differently depending on fonts. If you look closely at your "need" you will see that decimals between the first and second line do not align and the brackets don't either.

 

If the goal is to align things then have 3 separate variables/values that can have style elements attached for possible alignment.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1 reply
  • 436 views
  • 0 likes
  • 2 in conversation