Coding
RLX
TBDISPL Statements within Your Dialogs

Describes using TBDISPL statements in a dialog.
RLX
TBDISPL statements can be categorized as those that specify a panel name and those that do not.
RLX
TBDISPL statements which specify a panel name can also specify several operands unique to
RLX
. These operands control the content and appearance of the display. They also govern TBDISPL operation.
RLX
removes these non-ISPF TBDISPL operands before passing your TBDISPL statement to ISPF for execution.
RLX
TBDISPL statements without a panel name and message ID are used to retrieve and process pending selected rows.
The syntax for coding the
RLX
TBDISPL service is as follows:
RLX TBDISPL ISPF_table_name PANEL(RLX) other ISPF table display operands any RLX TBDISPL operands
RLX
TBDISPL operands are only valid when a panel name is specified. If the PANEL operand is not coded, no
RLX
TBDISPL operands should be specified either. In addition, the panel name specified in the PANEL operand must be
RLX
-- for example, PANEL(
RLX
).