The DISPLAY statement shows a specified screen. You can access data that is entered on a screen using GET and FORALL statements on the screen tables of the screen. The DISPLAY statement can also be combined with the TRANSFERCALL statement and the UNTIL statement. Refer to the
DISPLAY & TRANSFERCALL Statement and
UNTIL … DISPLAY Statement for more information.
In this example, data is retrieved from the MANAGERS table, assigned and then inserted into the screen fields of a screen table, and then the screen appears.
TIBCO Object Service Broker Defining Screens and Menus about defining and presenting TIBCO Object Service Broker screens.