Back to SPR List Previous Next
SPSS Portable files do not open in PSPP
Minor Closed - Fixed Found:XS.01.11 16 JUN 2009 Fixed:XS.01.12 16 JUN 2009

DETAILS
 SPSS portable files would not open under PSPP (which is meant to read SPSS files).
 The SPSS specification says the text lines in the portable file are 80 characters long
 but SIR wrote lines that were 80 characters *or less* and SPSS had no problem with this.
 PSPP wanted the the lines to be exactly 80 characters (ie padded with blanks).
 PSPP has fixed this and we also have fixed so we are compatible with old versions.
EXAMPLE PROGRAM
WORKAROUND
Edit the portable file and pad the first three lines with blanks to 80 columns.
Back to SPR List Previous Next