work on PRINT encoding
[pspp] / utilities / pspp-dump-sav.1
1 .\" -*- nroff -*-
2 .de IQ
3 .  br
4 .  ns
5 .  IP "\\$1"
6 ..
7 .TH pspp\-dump\-sav 1 "January 2012" "PSPP" "PSPP Manual"
8 .
9 .SH NAME
10 pspp\-dump\-sav \- dissect SPSS system file
11 .
12 .SH SYNOPSIS
13 \fBpspp\-dump\-sav\fR [\fB\-d \fR| \fB\-\-data\fR[\fB=\fImaxcases\fR]] \fIfile\fR...
14 .br
15 \fBpspp\-dump\-sav \-\-help\fR | \fB\-h\fR
16 .br
17 \fBpspp\-dump\-sav \-\-version\fR | \fB\-v\fR
18 .
19 .SH DESCRIPTION
20 The \fBpspp\-dump\-sav\fR program reads each SPSS system file
21 \fIfile\fR and prints its contents.  The output format is useful for
22 debugging system file readers and writers and for discovering how to
23 interpret unknown or poorly understood records.  End users may find
24 the output useful for providing the PSPP developers information about
25 system files that PSPP does not accurately read.
26 .
27 .SH "OPTIONS"
28 .
29 .IP "\fB\-d\fR[\fImaxcases\fR]"
30 .IQ "\fB\-\-data\fR[\fB=\fImaxcases\fR]"
31 By default, \fBpspp\-dump\-sav\fR does not print any of the data in a
32 system file, only the file headers.  Specify this option to print the
33 data as well.  If \fImaxcases\fR is specified, then it limits the
34 number of cases printed.
35 .
36 .IP "\fB\-h\fR"
37 .IQ "\fB\-\-help\fR"
38 Prints a usage message on stdout and exits.
39 .
40 .IP "\fB\-v\fR"
41 .IQ "\fB\-\-version\fR"
42 Prints version information on stdout and exits.
43 .
44 .SH "BUGS"
45 Some errors that prevent files from being interpreted successfully
46 cause \fBpspp\-dump\-sav\fR to exit without reading any additional
47 files given on the command line.
48 .
49 .SH "AUTHORS"
50 Ben Pfaff and John Darrington.
51 .
52 .SH "SEE ALSO"
53 .
54 .BR pspp (1),
55 .BR psppire (1).