set_cursor
Position the cursor at a specified row and column on the 5250 terminal. Returns the updated screen state after repositioning.
Instructions
Position the cursor at the specified location.
Args: row: Row number (1-based, top row is 1). col: Column number (1-based, leftmost column is 1).
Returns the updated screen state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row | Yes | ||
| col | Yes |