repo.or.cz
/
pspp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
VECTOR: Support creating string variables also.
[pspp.git]
/
examples
/
descript.sps
blob
3a3e2f3c7c2c0c6e6226382faa83a14a4253a0f6
1
title
'Demonstrate DESCRIPTIVES
procedure
'.
2
3
*
Sample syntax
file
for PSPP.
4
*
Run this syntax
file
with the command
:
5
*
pspp example.stat
6
*
Output
is written
to
the
file
"pspp.list"
.
7
8
data list
/
v0
to
v2
1
-
9
.
9
begin data
.
10
12 12 89
11
34 12 80
12
56 12 77
13
78 12 73
14
90 91
15
37 97 85
16
52 82
17
12 79
18
26 78 76
19
29 13 71
20
end
data
.
21
22
descript
all
/
stat
=
all
/
format
=
serial.