Hi everybody,
On opening a file I get the following
warnings:
$ pspp
PSPP is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying." to see the conditions.
There is ABSOLUTELY NO WARRANTY for PSPP; type "show warranty." for details.
GNU pspp 0.8.1 (Tue Oct 1 14:03:07 UTC 2013).
PSPP> get file='data/CB2009.sav'
>
warning: `data/CB2009.sav' near offset 0x190: Variable INTLANG with width 0 has invalid print format 0x52900.
warning: `data/CB2009.sav' near offset 0x194: Variable INTLANG with width 0 has invalid write format 0x52900.
warning: `data/CB2009.sav' near offset 0x7d8: Variable BIGCER1 with width 0 has invalid print format 0x53c00.
warning: `data/CB2009.sav' near offset 0x7dc: Variable BIGCER1 with width 0 has invalid write format 0x53c00.
warning: `data/CB2009.sav' near offset 0x80c: Variable BIGCER2 with width 0 has invalid print format 0x53c00.
warning: `data/CB2009.sav' near offset 0x810: Variable BIGCER2 with width 0 has invalid write format 0x53c00.
warning: `data/CB2009.sav' near offset 0x1a48: Variable WORKTYP with width 0 has invalid print format 0x53c00.
warning: `data/CB2009.sav' near offset 0x1a4c: Variable WORKTYP with width 0 has invalid write format 0x53c00.
warning: `data/CB2009.sav': Suppressing further invalid format warnings.
Writing data to CSV seems to work fine but I'd like to be sure whether the source file is ok. Please, look at the attachment.