program array
A 4GL variable defined with the ARRAY keyword. A common use for a program
array is as an array of records to store information to be displayed in a screen
array. The DISPLAY ARRAY and INPUT ARRAY statements can manipulate program array
values or records within the screen array.
See also array, program record, screen array, structured data type, variable.