checkin of 0.3.0
[pspp-builds.git] / examples / descript.stat
1 title 'Demonstrate DESCRIPTIVES procedure'.
2
3 remark EOF
4                         Sample syntax file for PSPP.
5                 (This comment will appear in the output.)
6 EOF
7
8 /*      run this syntax file with the command:
9 /*                 pspp example.stat
10 /*
11 /*      Output is written to the file "pspp.list".
12 /*
13 /*      (This comment will not appear in the output.)
14
15 data list / v0 to v2 1-9.
16 begin data.
17  12 12 89
18  34 12 80
19  56 12 77
20  78 12 73
21  90 91
22  37 97 85
23  52    82
24  12    79
25  26 78 76
26  29 13 71
27 end data.
28
29 descript all/stat=all/format=serial.