logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pspp-dump-sav - dissect SPSS system file

Authors

       Ben Pfaff and John Darrington.

Bugs

       Some errors that prevent files from being interpreted successfully cause pspp-dump-sav  to  exit  without
       reading any additional files given on the command line.

Description

       The  pspp-dump-sav program reads each SPSS system file file and prints its contents.  It is not installed
       by default, so it may be missing from your PSPP installation.  The output format is useful for  debugging
       system  file  readers  and  writers  and  for  discovering  how to interpret unknown or poorly understood
       records.  End users may find the output useful for providing the PSPP developers information about system
       files that PSPP does not accurately read.

Name

       pspp-dump-sav - dissect SPSS system file

Options

-d[maxcases]
       --data[=maxcases]
              By default, pspp-dump-sav does not print any of the data in a system file, only the file  headers.
              Specify  this  option  to  print  the  data as well.  If maxcases is specified, then it limits the
              number of cases printed.

       -h--help Prints a usage message on stdout and exits.

       -v--version
              Prints version information on stdout and exits.

See Also

pspp(1), psppire(1).

PSPP                                              January 2012                                  pspp-dump-sav(1)

Synopsis

pspp-dump-sav [-d | --data[=maxcases]] file...
       pspp-dump-sav--help | -hpspp-dump-sav--version | -v
return

See Also