creates a new SAS data set named SORTED. The new data set has the observations from the data set CLASS, ordered by the variable NAME. sorts in place the data set CLASS by the variable NAME. However, ...
is a type of SAS data set that contains both the data values and the descriptor information. SAS data files are of the type DATA. Note: In the SAS System, the term "data set" is used to refer to both ...