Using a full-capability console

A full-capability console has both input and output capability; the console can be used both to enter commands and to receive status displays and messages. There can be many full-capability consoles in the system or sysplex.

You can divide the screen on a full-capability console so that part of the screen receives general messages and the other part receives status displays. When a status display is not on the screen, MCS uses the status display area for general messages.

Changing full-capability to message stream or status display mode:

The screens of the message stream console and the status display console appear identical; they do not have any entry area. However, the screens of the consoles in message stream mode receive general messages and the screens of the status display consoles receive formatted status displays.

When you change a full-capability console to message stream or status display mode, the PFK display line, the instruction line, and the entry area are incorporated into the message area or the display area. Figure 1 shows the 3277 model 2, in message stream mode. Once a display console enters message stream or status display mode, it can accept no more input; you must use another console to enter commands. Examples at the end of this topic illustrate how the display on a full-capability console changes to the display on a status display or message stream console.
Figure 1. Format of a Console Screen in Message Stream Mode
ieag1g77
The system gives you the following choices for operating mode for MCS consoles:
FC
Full-capability
MS
Message stream
SD
Status display

Start of changeHMCS andEnd of change SMCS consoles can only be FC (full-capability) mode consoles. The operating mode of an Start of changeHMCS orEnd of change SMCS console cannot be changed.

If a console is an input/output device, the default operating mode is full-capability mode.

You can check the console operating mode by entering the CONTROL V,REF command. In response to this command, the specifications appear in the entry area. You can change the specifications using the procedures described under Changing information in the entry area.

You define the operating mode of a console by:

Example 1:

To define the console with a console name of CON8 as a full-capability console, enter:

CONTROL V,USE=FC,L=CON8

In console services shared mode, the effect of this command lasts for the duration of the IPL; in distributed mode, the effect of the command lasts only for the duration of the console being active.

Note: When you use the CONTROL command to change the console operating mode, you might also have to change other console characteristics. If the new definition for the console operating mode is incompatible with other characteristics, the system rejects the CONTROL command.

Example 2:

To change the console in Example 1 from full-capability mode to status display mode, enter:

CONTROL V,USE=SD,L=CON8

In response to this command, any information on the screen disappears, and the system reestablishes the display area specifications that were defined in the CONSOLxx parmlib member. If you were changing the console from full-capability mode to message stream mode, information on the screen would disappear and the message area would expand, as in Figure 1.

Example 3:

To return CON8 to full-capability mode, enter the following command from a full-capability console:

CONTROL V,USE=FC,L=CON8

In response to this command, the message area of the console with a console name of CON8 returns to its full-capability size, and the console specifications return to those established the last time the console was in full-capability mode for this IPL or those established in the CONSOLxx member.

The display area specifications also return to the specifications established the last time the console was in full-capability mode.