>>-SysCurPos(-+------------+-)--------------------------------->< +-row,column-+
row col
and optionally moves the cursor to a new location.
Note
Example 8.3. RexxUtil - SysCurpos
/* Code */ call SysCls parse value SysCurPos() with row col say "Cursor position is "row", "col /* Output */ Cursor position is 0, 0