Data View Dialogs

This article describes the Data View dialogs.

When you double-click a variable that is not a group item, one of the following dialogs opens:

Data View Value Dialog

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.

Data View Array Dialog

The Data View Array dialog displays all the occurrences of a selected array in a tabular format:

  • Array occurrence values
    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.

  • Display value
    Shows the display value for this occurrence.

  • Hex value
    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.

Modify the Values of a Row Element Using the Data View Value Dialog

Follow these steps:

  1. Double-click the row, you want to modify
    The Data View Value dialog for that occurrence opens.

  2. Modify the Display and Hex values as required.

  3. Click OK to save your changes.

The changes made to the selected occurrence are updated to the Data View Array dialog. The Data View Array dialog opens showing the new value.