This command moves the cursor to the named row and column position on the virtual terminal screen.
This command has the following format:
ADDRESS EPI "MVCURSOR keywords"
/* You must specify a value for each keyword. */
{termname|*}
{row}
{col}
Defines the name of the virtual terminal for which you are specifying cursor position.
Moves the cursor for the current terminal defined through the SETTERM command.
Identifies the number of the row where you want to place the cursor.
Identifies the number of the column where you want to place the cursor.
Example: EPI MVSCURSOR
The following example moves the cursor to column 1 of row 1:
MVCURSOR TERM01 1 1
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |