File: sort.stat

package info (click to toggle)
pspp 0.3.0-7
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,288 kB
  • ctags: 4,679
  • sloc: ansic: 57,209; sh: 2,874; makefile: 405; sed: 93; perl: 18
file content (8 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
title 'Test SORT procedure'.

data list file='sort.data' notable /X000 to X126 1-127(a).
*data list file='sort.data' notable /X000 to X005 1-6(a).
sort by X000 to x005.
print /X000 to X005.
execute.