pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/doc/transformation.texi


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/doc/transformation.texi
Date: Tue, 15 Mar 2005 01:04:10 -0500

Index: pspp/doc/transformation.texi
diff -u pspp/doc/transformation.texi:1.6 pspp/doc/transformation.texi:1.7
--- pspp/doc/transformation.texi:1.6    Mon Mar 14 03:06:34 2005
+++ pspp/doc/transformation.texi        Tue Mar 15 06:04:10 2005
@@ -527,11 +527,17 @@
 for ascending order.  These apply to the entire list of variables
 preceding them.
 
+The sort algorithms used by @cmd{SORT CASES} are stable.  That is,
+records that have equal values of the sort variables will have the
+same relative order before and after sorting.  As a special case,
+re-sorting an already sorted file will not affect the ordering of
+cases.
+
 @cmd{SORT CASES} is a procedure.  It causes the data to be read.
 
 @cmd{SORT CASES} attempts to sort the entire active file in main memory.
-If main memory is exhausted, it falls back to a merge sort algorithm that
-involves writing and reading numerous temporary files.
+If workspace is exhausted, it falls back to a merge sort algorithm that
+involves creates numerous temporary files.
 
 @cmd{SORT CASES} may not be specified following TEMPORARY.  
 @setfilename ignored




reply via email to

[Prev in Thread] Current Thread [Next in Thread]