Hello!
I want to transpose a table that looks like this (some cells are empty but not all)
AFTER
proc transpose data=WORK.to_enter
out=WORK.to_enter_transposed;
id counterparty_rk;
run;
I GET THIS
I get a table without rows 😞
do not understand why.
could you help me solve the problem?
Please post:
1) a sample of your data
2) the full log with the code ran and all messages
Please post:
1) a sample of your data
2) the full log with the code ran and all messages
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.