SAS OnlineTutorback||next

Try It! Sort the input data sets Clinic.Admitjune and Clinic.Stresstest and store sorted data.

Caution: Be sure to complete this practice. You'll use the output data sets in later practices.

Creating HTML output? Read this first.

  1. Write two PROC SORT steps. In both, sort by the variable ID.

    In the first step, read the data set Clinic.Admitjune and create the output data set Work.Adsort.

    In the second step, read the data set Clinic.Stresstest and create the output data set Work.Strsort.

  2. Submit the program and view log messages about the PROC SORT steps. Were the sorted data sets created successfully? How many observations does each sorted data set contain?

    Return here and select Next.

Solution

back||next


Copyright © 2002 SAS Institute Inc., Cary, NC, USA.
All rights reserved.

Terms of Use & Legal Information | Privacy Statement