SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating List Reports
Sorting Data


Question: Now add a statement specifying that values in Work.Tests be sorted by the variable TimeMinutes.
     proc sort data=clinic.stress out=work.tests;
run;

           
 

back||next


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

Terms of Use & Legal Information | Privacy Statement