Hi!,
Can anyone suggest me how to get transpose of matrix/ array in SAS.
I want to map data in 5 columns and 2 rows...into 2 columns and 5 rows.
say the data is
a b c d e f
12 14 16 1 2 1
22 34 23 44 6 1
and I want to change it to ...
a b
12 22
14 34
16 23
1 44
2 1
6 1
Thanks in advance!
Can anyone suggest me how to get transpose of matrix/ array in SAS.
I want to map data in 5 columns and 2 rows...into 2 columns and 5 rows.
say the data is
a b c d e f
12 14 16 1 2 1
22 34 23 44 6 1
and I want to change it to ...
a b
12 22
14 34
16 23
1 44
2 1
6 1
Thanks in advance!