SET CURSOR
Reference
Syntax
SET CURSOR { { FIELD field [LINE line]
[[DISPLAY|MEMORY] OFFSET off] }
| { LINE line
[[DISPLAY|MEMORY] OFFSET off] }
| { col lin } }.
Effect:
Sets the cursor position on screens and lists.
Additions
-
FIELD field [LINE line]
Sets the cursor on the screen element or the field field output in a list, where line specifies the number of a line of a
table control for a step loop or a list.
-
LINE line
Sets
the cursor on the line of a table control, a step loop, or a list, specified in line.
-
[DISPLAY|MEMORY] OFFSET off
Determines the offset off on which the cursor is set in
the specified element. DISPLAY and
MEMORY differentiate in lists between the screen position and the position in the list buffer.
-
col lin
Sets the cursor to the column specified in B>
col> and the line specified in lin.