Next: , Previous: Value Label Record, Up: Data File Format



D.4 Value Label Variable Record

Every value label variable record must be immediately preceded by a value label record, described above.

     struct sysfile_value_label_variable
       {
          int32              rec_type;
          int32              count;
          int32              vars[/* variable length */];
       };
int32 rec_type;
Record type. Always set to 4.
int32 count;
Number of variables that the associated value labels from the value label record are to be applied.
int32 vars[/* variable length];
A list of variables to which to apply the value labels. There are count elements.