Records Records allow structured program variables definitions. Understanding records This is an introduction to records. RECORD Records define structured variables. record.elem1 THRU record.elem2 The THRU keyword can be used to specify a range of members of a record. Examples RECORD usage examples.