TABLE_SCROLL_STEP
This command enables you to set the scroll step of a display table while using the scroll boxes at the ends of the scroll bar.
The format of the command is as follows:
TABLE_SCROLL_STEP
'table name' or ALL
DEFAULT or number
An example of the command is given below:
TABLE_SCROLL_STEP
ALL
DEFAULT
or, simply,
TABLE_SCROLL_STEP ALL DEFAULT
TABLE_SCROLL_STEP requires two parameters, which are ALL and DEFAULT in this example.
ALL means this command changes the scroll step of all the display tables defined in the system. Alternatively, you can specify a display table such as disptable1 to indicate a particular table whose scroll step is to be changed.
DEFAULT means the scroll step is to be set as the number of data rows in the display table. Alternatively, you can specify a certain number in data rows such as 5 to indicate the scroll step size.