IBM ISPF Productivity Tool, Version 7.1

RESet command

The RESet command is used to reset the tailoring of the current member list. It can be used to undo all excluded members, remove all filters, clear the RENAME field, and restore the default sorting (ascending by member name).

Syntax

Read syntax diagramSkip visual syntax diagram
>>-RESet--+------+--+--------+--+---------+--+--------+--------><
          '-Sort-'  '-FILTER-'  '-EXCLUDE-'  '-REName-'   

Operands

Sort
Default sorting order (ascending by member name) should be restored.
FILTER
All filters should be removed.
EXCLUDE
All excluded members should be non-excluded.
REName
The rename field (including all feedback messages and tags) should be cleared.

Usage notes

RESet is a main command. It cannot be used as a line command.

If no operands are specified, the default is RESET SORT FILTER EXCLUDE. The RENAME field is not reset by default.

The RESet command does not reread the directory. To do so, use the DSNAME command with the = operand.

Examples

Examples

RESET
RES
RES S
RES F
RES X
RES REN
RES S F X REN


Feedback