RLX
TBDISPL Operands

RLX
provides several TBDISPL operands with which the dialog developer can manipulate and rearrange the generated display as well as control TBDISPL operation. The coding syntax for these operands is identical to that for the TBDISPL commands which users enter interactively.
RLX
TBDISPL operands which expect a single value include the following:
  • The SELECT operand -- described and illustrated in Section 43.7.
  • The SQLCSR operand -- used to identify the SQL query result -- described and illustrated in Section 43.16.
The
RLX
namelist operands control attributes of the query result columns on the display. Namelist operands occur in pairs. A given attribute is activated by one operand of the pair and deactivated by the other. The namelist operand pairs supported by
RLX
TBDISPL include the following:
  • The PROTECT and MODIFY operands -- described and illustrated in Section 43.9.
  • The CAPS and ASIS operands -- described and illustrated in Section 43.10
  • The FREEZE and THAW operands -- described and illustrated in Section 43.11
  • The NULLS and NONULLS operands -- described and illustrated in Section 43.12.
Section 43.8.1 describes namelist specification syntax in detail.