Cursor-Y
This property allows you to set or retrieve which row the cursor is placed in.
 
Example - Get the X and Y position of the cell where the cursor is
procedure division.
...
  inquire screen-1-gr-1 cursor-X ws-X cursor-Y ws-Y
...