Size: 852
Comment:
|
← Revision 3 as of 2023-06-12 01:00:22 ⇥
Size: 810
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from SPSS/Sort Cases |
SPSS Sort Cases
The SORT CASES command sorts cases.
Contents
Usage
sort cases by foo bar(a) baz(d).
If a variable is followed by a parenthesized A ((A)) or up ((UP)), cases are sorted in ascending order. If a variable is followed by a parenthesized D ((D)) or down ((DOWN)), cases are sorted in descending order. Without a specification, ascending order is used by default.
Data Model
The SORT CASES command is executed immediately, and the active dataset is read.
The SORT CASES command does not recognize the TEMPORARY status.