Hi I have just started working on SAS and I am a beginner..
Please help me how to transpose a simple data from rows to columns..
for ex:
I have
PID 1 2 3 4 5 6 7 8
patient a b c d e f g h
room 001 002 003 004 005 006 007 008
I want to have it like
PID Patient Room
1 a 001
.
.
.
.
8 h 008
Please help me how to transpose a simple data from rows to columns..
for ex:
I have
PID 1 2 3 4 5 6 7 8
patient a b c d e f g h
room 001 002 003 004 005 006 007 008
I want to have it like
PID Patient Room
1 a 001
.
.
.
.
8 h 008