Miscellaneous informational records must follow the variable records and precede the dictionary termination record.
Miscellaneous informational records are ignored by PSPP when reading system files. They are not written by PSPP when writing system files.
struct sysfile_misc_info { /* Header. */ int32 rec_type; int32 subtype; int32 size; int32 count; /* Data. */ char data[/* variable length */]; };
int32 rec_type;
int32 subtype;
int32 size;
int32
and flt64
, respectively.
int32 count;
char data[/* variable length */];
size
times count
bytes of
data.