prakash2000
Technical User
im new in SAS,
I have the following format dataset
UID Group value
--- ------- -------
1 1 8
2 1 2
3 1 8
4 1 4
5 1 2
6 1 2
7 1 4
8 2 2
9 2 8
10 2 8
11 2 2
12 2 4
13 2 8
14 2 2
I need the following format
UID Group value
--- ----- ------
1 1 8
3 1 8
2 1 2
5 1 2
6 1 2
7 1 4
8 2 2
11 2 2
14 2 2
9 2 8
10 2 8
13 2 8
12 2 4
how to arrange value data,based on group value?
thanks in advance
prakash
I have the following format dataset
UID Group value
--- ------- -------
1 1 8
2 1 2
3 1 8
4 1 4
5 1 2
6 1 2
7 1 4
8 2 2
9 2 8
10 2 8
11 2 2
12 2 4
13 2 8
14 2 2
I need the following format
UID Group value
--- ----- ------
1 1 8
3 1 8
2 1 2
5 1 2
6 1 2
7 1 4
8 2 2
11 2 2
14 2 2
9 2 8
10 2 8
13 2 8
12 2 4
how to arrange value data,based on group value?
thanks in advance
prakash