|
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
|