ContentsIndexPreviousNext

8.4.1 Properties of Menu Entries

Menu entries can have these additional properties:

Your program interacts with the menu subsystem with two techniques.

1. You construct menus and control them with the W$MENU library routine.

2. You receive input from a menu bar via the ACCEPT statement.

The following sections explain how to create and display a menu using a utility program provided with ACUCOBOL-GT, discuss how your program receives input from a menu, and describe the W$MENU library routine in detail.