|
On Wed, 30 Apr 2008 13:12:14 -0400, Erica <ericab541@YAHOO.COM> wrote:
>Hello all,
>
>I have a SAS dataset that looks like this:
>
>ID Source ...10 Other Vars...
>1 V
>1 S
>2 V
>3 V
>3 S
>3 R
>
>I want:
>
>ID Source1 Source2 Source3 ...10 Other Vars...
>1 V S
>2 V
>3 V S R
>
>
>Any help would be greatly appreciated!
How should the 10 other variables be reduced?
|