Chapter Contents

Previous

Next
The SORT Procedure

Procedure Syntax


Requirements: BY statement
Reminder: You can use the ATTRIB, FORMAT, LABEL, and WHERE statements. See Statements with the Same Function in Multiple Procedures for details. You can also use any global statements as well. See Global Statements for a list.

PROC SORT <option(s)> <collating-sequence-option>;
BY <DESCENDING> variable-1 <...<DESCENDING> variable-n>;


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.