
*copyc rat$inst_table_index
TYPE
  rat$header_record = record
                        title: string(31),
                        build_level: string(31),
                        number_of_files: rat$inst_table_index,
                        table_violation: boolean,
                      recend;

