program record

A 4GL variable defined with the RECORD keyword. A common use for a program record is for storing information in a screen record, a row of a table, or in a line of a screen array.

See also program array, record, row, screen record, structured data type, variable.