Hi,
I'm a novice SAS user. This should be easy but I keep getting errors. Any help is truly appreciated.
Have:
Want:
Thank you in advance.
data have; input a b $; cards; 1 sport 2 ball ; proc transpose data= have out=want; var b; run;
View solution in original post
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.
Browse our catalog!