Working With Data on the Screen › Move the Cursor › Set the Cursor Position
You can position the cursor at a designated screen location using the variable CURSOR in a SET statement. For example, to move the cursor to position 10 (row 1, column 10), use:
SET CURSOR,10