SCROLL_LTAB
This command enables you to scroll display tables connected to the specified logical table, so that the specified row is at the top of the display.
The format of the command is as follows:
SCROLL_LTAB 'Logical table name'
Row-number
An example of the command is given below:
SCROLL_LTAB 'logtable1'
3
SCROLL_LTAB requires two parameters. The first parameter is the name of the logical table to scroll. In this example, the logical table is logtable1. The second parameter indicates the row to be scrolled to the top of the display table, which is 3 in this example.