When you double-click a variable that is not a group item, one of the following dialogs opens:
The Data View Value dialog lets you modify either the display value or the hex value for a field. You can toggle back and forth using the options on this dialog to specify which version of the data you want to modify. Clicking OK saves the data. If there are no errors, the field is updated on the mainframe, and to any other Data views that contain this value. This dialog also displays additional information on the properties of the modified variable.
The Data View Array dialog displays all the occurrences of a selected array in a tabular format:
Displays the occurrence numbers or subscripts for the element displayed in that row. COBOL values are one-based and PL/I values are zero-based.
Shows the display value for this occurrence.
Shows the hex value for this occurrence.
The Data View Array dialog is used for display only; You cannot directly update any values in this dialog.
To modify the values of a row element using the Data View Value dialog
The Data View Value dialog for that occurrence opens.
The changes made to the selected occurrence are successful updated to the Data View Array dialog. The Data View Array dialog opens showing the new value.