BookmarkSubscribeRSS Feed
KellyW1117
Calcite | Level 5

Hello everyone,

Sorry to bother those who had seen my post earlier. I have attached my post several days ago and hope to get help.

I still have no idea how to make a matrix-shape table based on the data I have.

Here is the code I used to flag which CCs each ID has. I don't know what the next step is.

PROC TRANSPOSE DATA=idcc

  OUT=WORK.idcc1

  PREFIX=CC

  NAME=Source

  LABEL=Label;

  BY IDs ;

  ID CC;

  VAR HCC;

QUIT;

2 REPLIES 2
Steelers_In_DC
Barite | Level 11

Last things first:  Your title is awesome.  'a table with actual data' made me smile, I did not lol but I did smile.

Second things second.  If you provide the data you have, followed by the outcome you are hoping for you are much more likely to get a helpful answer.

Cheers

KellyW1117
Calcite | Level 5

Hello Mark,

Thanks for the quick reply. I have attached a link which fully explains which tables/results I'm hoping for.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 1422 views
  • 1 like
  • 2 in conversation