SVROWLIMIT
The optional keyword SVROWLIMIT is used to specify the number of rows to be read.
|
SVROWLIMIT |
*NONE |
Default. There is no limit, read all records. |
|
*LIST |
The number of records read is equal to the max entry count of the working list. |
|
|
*AVAILABLE |
The number of records read is equal to the max entry count minus the number of current entries in the working list. |
|
|
value |
An integer value. |