On Fri, 23 Jan 2026 19:22:56 GMT, [email protected] <[email protected]> wrote:
>How do I position The Cursor the Command Line in a Rexx Macro ?.paul dangelo   

There's a CURSOR command:
https://www.ibm.com/docs/en/zos/3.2.0?topic=statements-cursorset-query-cursor-position

>CURSOR—Set or Query the Cursor Position
> Syntax
> ISREDIT ( var1, var2)  = CURSOR
> ISREDIT CURSOR  =  linenum|label col

However, that can only put the cursor on a file line.  It says:

> Note: To position the cursor on the command line, issue a return code of 1 
> from the macro. 

There doesn't seem to be a way to put the cursor anywhere *else* on the screen.

¬R

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to