This method sets the total number of rows in the specified list (in the DISPLAY ARRAY in paged mode).
setArrayLength(
scr_rec STRING,
length INT)
scr_rec is the screen record name;
length is the total number of rows.
The setArrayLength() method is used to specify the total number of rows when using the DISPLAY ARRAY paged mode.