z/OS ISPF Dialog Developer's Guide and Reference
|
Previous topic |
Next topic |
Contents |
Contact z/OS |
Library |
PDF
Defining the LIST section z/OS ISPF Dialog Developer's Guide and Reference SC19-3619-00 |
|
|
The )LIST section of the panel definition specifies what list choices appear on your screen. It can be useful if the selection list is displayed in a scrollable area and some of the list choices might not be visible. With the )LIST section coded, all of the choices are built into the list box, drop-down list, or combination box even if some are not immediately visible in the scrollable area. It is used in conjunction with the attribute keywords DDLIST(name), LISTBOX(name), and COMBO(name). These keywords match the list box attributes to the corresponding list choices found in the )LIST list-name section of the panel. The )LIST section, if you use it, follows the )PROC section. The )LIST section contains these parameters when used with list boxes and drop-down lists:
The )LIST section contains these parameters when used with combination boxes:
where:
The )LIST section must contain a list-name. For list boxes and drop-down lists, it also must contain a VAL and a CHOICE for each of the choices to display in the list. Each entry in the )LIST section must contain the keywords in this order: VAL(value) CHOICE(value). For combination boxes, the list section must contain a CHOICE(value) for each of the choices to display in the list. The data in the lists is displayed in the order in which you define the choices in the )LIST section.
|
Copyright IBM Corporation 1990, 2014 |