File: list.stat

package info (click to toggle)
pspp 0.2.4-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 5,180 kB
  • ctags: 4,791
  • sloc: ansic: 56,977; sh: 1,649; makefile: 395; sed: 93; perl: 18
file content (25 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
title 'Test LIST procedure.'

*** Single lines.
remark EOF
----------------------------------------------------------------------
Testing use of LIST in single-line cases.
----------------------------------------------------------------------
EOF
data list file='weighting.data'/AVAR 1-5 BVAR 6-10.
weight by BVAR.
list.
*list /cases=from 5 to 20 by 2 /format numbered.
list /format numbered weight.

*** Multiple lines.
remark EOF
----------------------------------------------------------------------
Testing use of LIST in multi-line cases.
----------------------------------------------------------------------
EOF
data list file='list.data' notable /X000 to X126 1-127.
*list /cases=from 1 to 25 by 5 /format numbered.
list x000 to x030.
list /cases=from 1 to 25.