Removing information from the screen

Use the CONTROL E command to remove various types of messages from the screen or to cause message numbers to be deleted.

 
K E[,nn             ]
    |,nn,nn
    |,SEG
    |,F
    |,N
    |,PFK
    |,D[,L={a|name|name-a}]

The parameters are:

E
Messages are to be removed from the screen.
nn
The system is to remove a single (nn) message or a range (nn,nn) of deletable messages from the screen. The value of nn must be a decimal number from 01 to 99. The K E,nn command cannot delete messages after line 99 on very large screen sizes. A deletable message is any message that is either a WTOR or a WTO message issued without descriptor code 1, 2, 3, or 11.
Note: Do not use this command to try to remove a range of non-deletable messages; you can remove only one non-deletable message at a time.
SEG
Deletable messages in the predefined message segment are to be removed from the screen. A deletable message is any message that is either a WTOR or a WTO message issued with descriptor code 1,2,3, or 11.
F
All flagged messages (messages marked with a vertical or horizontal bar in position 3) are to be removed from the screen.
N
Removes the numbers preceding the messages displayed on the screen. The messages on the screen were consecutively numbered by the K D command.
D
Specifies that a status display is to be deleted.
L=a, name, or name-a
For the D operand, specifies where the specified action is to take place. You can specify the display area by area (a), console name (name), or both (name-a). When this keyword is not specified, the oldest area on the screen is deleted.
PFK
Specifies that the numbers are to be erased from the program function key (PFK) display line. This operand applies only to display consoles that have the PFK function and support the PFK display line (for example, 3277–2); the system issues message IEE158I for all other consoles.

Example 1:

To delete the message at line 10, which appears on the screen as follows:
10 IEE334I HALT EOD SUCCESSFUL
enter:
K E,10

Example 2:

To delete the non-action messages from a segment of messages, enter:
K E,SEG  or  K E

Example 3:

To delete the non-action messages on lines 4-10, enter:
K E,4,10

Example 4:

To delete all flagged messages (messages marked with a vertical or horizontal bar in position 3), enter:
K E,F
Note: The CONTROL E command has no effect on extended MCS consoles or on system consoles and is not valid for managing these consoles.