SET MEMBERINTERVAL
Sets the interval between set-processing progress messages.
Syntax
SET MEMBERINTERVAL num
Parameters
num | Num can be: an integer constant (e.g., 15, 200) a variable, form field, menu item, or parameter that evaluates to an integer. |
Comments
The MEMBERINTERVAL option is set to 1 by default.
The MEMBERINTERVAL option determines how many records are to be processed between messages tracking the progress of set-processing commands. Set-processing progress messages are turned on or off with the SET MEMBERCOUNT command.
Example
> set membercount on
> set member interval 10
> find Employees
200 processed.
200 selected.
>
The number of records processed and selected are displayed in increments of ten until all records are processed.
See Also