In the program sys.prmem.rpt2.2, three data fields
are included in the 4C driver file.
This means that the file sys.file_hdr will not need to be
read during the DrProc PCL or during field processing
in order to access those fields.
The relevant code from drinit() follows:
sys.dr_include(sys.file_hdr,S_FHSYSSIZE);
sys.dr_include(sys.file_hdr,S_FHUSRSIZE);
sys.dr_include(sys.file_hdr,S_FHSEQSIZE);