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
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
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.