z/OS ISPF User's Guide Vol II
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EXCLUDE command

z/OS ISPF User's Guide Vol II
SC19-3628-00

The EXCLUDE primary command excludes data sets from a list based on a character string. Use this format:

Read syntax diagramSkip visual syntax diagram
>>-EXCLUDE--+-------------------+--+-----+--+--------+---------->
            '-character--string-'  '-ALL-'  '-PREFIX-'   

>--+------+--+-------+--+-------+--+--------+--+------+--------->
   '-NEXT-'  '-CHARS-'  '-FIRST-'  '-SUFFIX-'  '-LAST-'   

>--+------+--+------+------------------------------------------><
   '-WORD-'  '-PREV-'   

You can use these operands with the EXCLUDE command:
character string
Tells ISPF which data set to exclude from the list.
ALL
Tells ISPF to exclude every data set in the list.
NEXT| FIRST | LAST | PREV
Operands that define the starting point, direction, and extent of the lines to exclude.
PREFIX | CHARS | SUFFIX | WORD
Operands that set the conditions for a character string match.
For example, this command tells ISPF to exclude a data set that includes BILBO3 in the name from a list:
EXCLUDE BILBO3

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014