It seems like this should be pretty simple, but I can't find a way to make it work. I have a table with multiple observations and 20 variables. I want to pull one observation from that table and put the values into a column. When I try proc transpose it only gives me half the variables, namely those with numerical values. I just need to go from this: name this that other those Bob 5 male 42 5/31/2016 to this: Bob 5 male 42 5/31/2016 Is there any easy way to do this?
... View more