Next: Auxilliary Variable Parameter Record, Previous: Machine int32 Info Record, Up: Data File Format
flt64
Info RecordThere must be no more than one machine flt64
info record per
system file. Machine flt64
info records must follow the variable
records and precede the dictionary termination record.
struct sysfile_machine_flt64_info { /* Header. */ int32 rec_type; int32 subtype; int32 size; int32 count; /* Data. */ flt64 sysmis; flt64 highest; flt64 lowest; };
int32 rec_type;
int32 subtype;
int32 size;
int32 count;
flt64 sysmis;
flt64 highest;
flt64 lowest;