Setting up display areas

The next step is to define the areas on CONSD. In this example, the screen size of CONSD is 43 lines. To define area A to be 28 lines and area B to be 15 lines, code the following statement in CONSOLxx:
CONSOLE DEVNUM(1E0) NAME(CONSD) AREA(28,15)
CON1 should also have a display area. An area of ten lines should be enough. To establish this area, code the following statement in CONSOLxx:
CONSOLE DEVNUM(21A) NAME(CON1) AREA(10)

The display areas you have established on the consoles are:

Figure 1. Display Areas on Consoles in the Console Cluster
REQTEXT