HIDE—Hide Excluded Lines Message

The HIDE command removes the "n Line(s) not Displayed" messages from the display where lines have been excluded by the EXCLUDE command.

The HIDE function has dependencies on the value of the ISPF variable ZHIDEX, panel attributes, and extended highlighting support of the terminal. These dependencies are described in the section "Providing customized Browse and Edit panels" in the ISPF Planning and Customisation Guide.

Syntax

Read syntax diagramSkip visual syntax diagramHIDE EXCLUDEEXCLUDEDEXCEXX
X
Removes each "n Line(s) not Displayed" message from the display and underscores the line number field of the preceding line.

Description

The HIDE command removes the "n Line(s) not Displayed" messages from the display where lines have been excluded by the EXCLUDE command. Instead the line number field of the preceding line is underscored (where the terminal supports the underscore attribute) to indicate that part of the data is not being displayed.

The RESET HIDE command redisplays the excluded lines messages.

Examples

In Figure 1, the edit session shows that three lines are excluded after line 000020 and one line is excluded after line 000060:

Figure 1. Before the HIDE primary command
 EDIT       SBURNF.PRIVATE.DATA(HIDEXMP) - 01.01            Columns 00001 00072
 ****** ***************************** Top of Data ******************************
 000010  example text line number 00010
 000020  example text line number 00020
 - - -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  3 Line(s) not Displayed
 000060  example text line number 00060
 - - -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  1 Line(s) not Displayed
 000080  example text line number 00080
 000090  example text line number 00090
 000100  example text line number 00100
 ****** **************************** Bottom of Data ****************************








 Command ===> hide x                                           Scroll ===> CSR 

Figure 2 shows the edit session after the HIDE X command is entered. Note that the line number fields for lines 000020 and 000060 are underscored.

Figure 2. After the HIDE primary command
 EDIT       SBURNF.PRIVATE.DATA(HIDEXMP) - 01.01            Columns 00001 00072
 ****** ***************************** Top of Data ******************************
 000010  example text line number 00010
 000020  example text line number 00020
 000060  example text line number 00060
 000080  example text line number 00080
 000090  example text line number 00090
 000100  example text line number 00100
 ****** **************************** Bottom of Data ****************************










 Command ===>                                                  Scroll ===> CSR