Wed Dec 10 23:32:47 2003 Ben Pfaff <blp@gnu.org>
[pspp] / tests / sort.stat
1 title 'Test SORT procedure'.
2
3 data list file='sort.data' notable /X000 to X126 1-127(a).
4 *data list file='sort.data' notable /X000 to X005 1-6(a).
5 sort by X000 to x005.
6 print /X000 to X005.
7 execute.
8