z/OS MVS Planning: Operations
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Setting up display areas

z/OS MVS Planning: Operations
SA23-1390-00

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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014