This panel displays all panel values defined in the Panel value control file for the subset *ALL. The panel values are used in various programs as:
- A selection code for different values. For example, the Sales order enquiry uses the DOCTYPE panel value to define whether the number entered is an order, a pick list or an invoice.
- The valid code to be entered in language-dependent entry fields. Such codes include your system language code for YES, NO, MANDATORY, OPTIONAL, NOT ALLOWED, etc.
- Group
- Displays the group name which is one of the two keys for finding the panel value in the RPG program. This group is referred to in the RPG program.
- Int val
- Displays the internal value which is one of the two keys for finding the panel value in the RPG program. This internal value is referred to in the RPG program.
- Description
- Displays the description for the Group/Internal value combination retrieved from the Panel value control file.
- Panel value
- Displays the database value for this panel value, in the language you are viewing, retrieved from the Panel value control file.
- Subset
- Displays the name of the subset to which the panel value belongs.