Previous Topic: Change the Value in TASKNUM for COBOL and PL/I ApplicationsNext Topic: Breakpoints


Change the Value in TASKNUM for Assembler Applications

Follow these steps:

  1. Right-click one of the following variables in the Auto Data view
  2. Click Memory Dump.

    The Memory Dump dialog opens and displays the memory address for TASKNUM in the Address column. To the right under offset +0 the hex value displays, to the far right is the character value. The first three bytes (highlighted yellow) are the value of TASKNUM.

  3. Click the Variables button, type TASKNUM, and click the Fetch button.

    The Memory Dump dialog opens, and the three bytes of TASKNUM display.

    How to change the variable in the Memry Dump dialog.

  4. Overtype 000000 with 00000C, and press Enter.
  5. Click Close.

    The Auto Data view now displays TASKNUM with a packed decimal zero.