Previous Page | Next Page

Window and Display Features

Using the DISPLAY Statement

After you have opened a window with the WINDOW statement, you can use the DISPLAY statement to display the fields in the window.

The DISPLAY statement specifies a list of groups to be displayed. Each group is separated from the next by a comma.

The general form of the DISPLAY statement is as follows:

DISPLAY <group-spec-1 group-options,<..., group-spec-n group-options>> ;
Previous Page | Next Page | Top of Page