checkin of 0.3.0
[pspp-builds.git] / tests / splt-file.stat
1 title 'Test SPLIT FILE utility'.
2
3 data list /x 1 y 2.
4 begin data.
5 12
6 16
7 17
8 19
9 15
10 14
11 27
12 20
13 26
14 25
15 28
16 29
17 24
18 end data.
19 split file by x.
20 formats x(e20.2).
21 value labels x 1 'This is the value label for value 1.'
22                2 'This is the value label for value 2.'.
23 descriptives y.