Next: Miscellaneous Informational Records, Previous: Auxilliary Variable Parameter Record, Up: Data File Format
There must be no more than one long variable names record per system file. This record must follow the variable records and precede the dictionary termination record.
struct sysfile_long_variable_names { /* Header. */ int32 rec_type; int32 subtype; int32 size; int32 count; /* Data. */ char var_name_pairs[/* variable length */]; };
int32 rec_type;
int32 subtype;
int32 size;
var_name_pairs
member. Always set to 1.
int32 count;
var_name_pairs
.
char var_name_pairs[/* variable length];
count
bytes.