Next: Document Record, Previous: Value Label Record, Up: Data File Format
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;int32 count;int32 vars[/* variable length];count elements.