z/OS ISPF Edit and Edit Macros
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


HIDE—Hide Excluded Lines Message

z/OS ISPF Edit and Edit Macros
SC19-3621-00

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 diagram
Macro command syntax

>>-ISREDIT--HIDE--+-EXCLUDE--+---------------------------------><
                  +-EXCLUDED-+   
                  +-EXC------+   
                  +-EX-------+   
                  '-X--------'   

X
Removes each "n Line(s) not Displayed" message from the display and underscores the line number field of the preceding line.

Return codes

0
Successful completion. Any "n Line(s) not Displayed" messages were removed from the display.
4
HIDE X not supported
20
Severe error

Examples

These statements show how to use the HIDE command from an Edit macro to hide excluded lines, then the RESET HIDE command to display the excluded lines again:

ISREDIT HIDE X        /* Hide excluded lines                         */
ISREDIT RESET HIDE    /* Redisplay excluded lines                    */

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014