BookmarkSubscribeRSS Feed
beenguyen
Calcite | Level 5

Hi all,

 

Currently i having and data set as below:

 

Rank            Date             Value

1                  Jan2000        10%

2                  Jan2000        7%

3                  Jan2000        11%

1                  Feb2000        10%

2                  Feb2000        12%

3                  Feb2000        15%

 

if i want to print out an data with another format as:

 

Rank        Date Value

                Jan2000             Feb2000

1              10%                    10%

2              7%                      12%

3              11%                    15%

 

How can i code in SAS studio to receive the above table format. Thank you in advance and sorry for this kind of new learner question.

 

Sincerely,

2 REPLIES 2
Reeza
Super User

Do you want a table or output?

 

If output, look at proc report, if a table, look at proc transpose. I think there's a task in SAS studio.

beenguyen
Calcite | Level 5

Thank you Reeza, i will try both method to see how it goes.

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch Now →
Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1764 views
  • 0 likes
  • 2 in conversation