HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CURSOR

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

Provides IDF macros with some control over cursor positioning.
Read syntax diagramSkip visual syntax diagram
>>-CURsor--+-STAY-----------+----------------------------------><
           +-COMmand--------+   
           +-DISasm---------+   
           +-DUMP-----------+   
           |            (1) |   
           '-xx--yy--zz-----'   

Notes:
  1. 2-digit hexadecimal values, separated by blanks.
STAY
Leaves the cursor at the position it had when the PF key was pressed.
COMMAND
Positions the cursor at the start of the command line.
DISASM
Places the cursor in the first input field of the Disassembly window.
DUMP
Places the cursor in the first input field of the Dump window.
xx yy zz
Positions the cursor at an absolute position on the screen.
These three values are blank separated, 2-digit hexadecimal numbers representing:
  • The window containing the cursor
  • The row within the window of the cursor
  • The column within the window of the cursor

Examples

SET CURSOR STAY
SET CURSOR COMMAND
SET CURSOR DISASM
SET CURSOR DUMP
'SET CURSOR' varname

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014