I have a hopefully simple SAS question.
I have created a data set DATA1
using PROC SQL; CREATE TABLE
, etc. In order to create it I ordered some data set randomly and took the first 100 observations.
I now want to reorder the dataset. This seems like it should be easy, but the only way I've found to do it is to make a completely new data set and reorder it. How can I sort DATA1 itself?