Modifying characters that cannot be displayed in their declared data type
As described in How z/OS Debugger handles characters that cannot be displayed in their declared data type, if you want to modify characters that can't be displayed in their declared data type and ensure that the results are what you expected, do the following steps:
- Move the cursor to the prefix area of the Monitor window, along the line that contains the character you want to modify.
- Enter the
HEX
prefix command. z/OS® Debugger changes the character to display in hexadecimal format. - Move the cursor to the character.
- Type in the new hexadecimal value and then press Enter. z/OS Debugger modifies the character and displays the new value in hexadecimal format.
- If you want to view the character in its declared data type, move
the cursor to the prefix area and enter the
DEF
command.
Refer to the following topics for more information related to the material discussed in this topic.
- Displaying and monitoring the value of a variable
- Modifying the value of a COBOL variable
- Displaying and modifying the value of LangX COBOL variables or storage
- Modifying the value of a PL/I variable
- Modifying the value of a C variable
- Modifying the value of a C++ variable
- Displaying and modifying the value of assembler variables or storage
- Related references
- Prefix commands in IBM® z/OS Debugger Reference and Messages