Date: Mon, 18 Jun 2007 15:49:59 -0500
Reply-To: "Thomas A. Schmitt" <schmitta@UWM.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Thomas A. Schmitt" <schmitta@UWM.EDU>
Subject: Re: Rearrange data
Content-Type: text/plain; charset="us-ascii"
Please ignore the request as I solved the problem.
Regards,
Tom
_____
From: Thomas A. Schmitt [mailto:schmitta@uwm.edu]
Sent: Monday, June 18, 2007 3:20 PM
To: 'SAS-L@LISTSERV.UGA.EDU'
Subject: Rearrange data
Is there a simple method in SAS to take a data set that looks as such:
1 2 3 4
3 4 5 6
and rearrange as such:
1
2
3
4
3
4
5
6
Thanks,
Tom
|