Is is possible to read a the Cursor position from an ISPF Panel ?
I have a Panel that has multiple variables (L0 - L48) which are populated with values from within a REXX.
I would like the user to be able to position the Cursor on the first character of any of the fields and press enter and have the Cursor position read.
I will be able to determine the value of the field by Cursor position (row,column).
)PROC
&mycursor = .CURSOR /* name of field where the cursor is */
&mycsrpos = .CSRPOS /* offset within the field where the cursor is */