5.3.15 SETCURSOR
The SETCURSOR command sets the position of the cursor on the current aXes terminal screen. It is similar to using the arrow or tab keys to move the cursor on a 5250 terminal. Some 5250 applications or screens are sensitive to the cursor position and may exhibit different functionality dependent upon it.
Syntax:
Command |
Keyword |
Value |
Developer notes |
SETCURSOR |
CURSORROW |
cursor row number |
Required. The cursor row number to set. |
CURSORCOL |
cursor column number |
Required. The cursor column number to set. |
Example
SETCURSOR CURSORROW(8) CURSORCOL(44)