screen array
In a 4GL form, a screen array consists of consecutive lines containing
identical fields and field tags. Each line of the screen array is a screen record. The
screen array defines the region of the form which will display program array
values. The DISPLAY ARRAY and INPUT ARRAY statements can manipulate program
array values or records within a screen array.
See also field, field tag, program array, row, screen record, scrolling.