X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdata-file-format.texi;h=6307ae17e7e57c9aeb943ef36ee5402ce94557f5;hb=9074ccc083d5d68f0d3a2843106165a6d99ae1c6;hp=b2fc27e5fc85df2b77d8e1bc775073f694c704ed;hpb=05e356b2a3087e819ef3b5388e29c822f41502e1;p=pspp diff --git a/doc/data-file-format.texi b/doc/data-file-format.texi index b2fc27e5fc..6307ae17e7 100644 --- a/doc/data-file-format.texi +++ b/doc/data-file-format.texi @@ -94,6 +94,9 @@ file's endianness. Number of data elements per case. This is the number of variables, except that long string variables add extra data elements (one for every 8 characters after the first 8). +When reading system files, PSPP will use this value unless it is set +to -1, in which case it will determine the number of data elements by +context. When writing system files PSPP always uses this value. @item int32 compressed; Set to 1 if the data in the file is compressed, 0 otherwise.