projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
work
[pspp]
/
doc
/
pspp-figures
/
select-if.sps
1
get file = 'personnel.sav'.
2
3
echo 'Salaries of all personnel'.
4
descriptives salary.
5
6
echo 'Salaries of personnel born after December 31 1999'.
7
select if dob > date.dmy (31,12,1999).
8
descriptives salary.