z/OS ISPF Planning and Customizing
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Exit 11: Data Set List utility line command start

z/OS ISPF Planning and Customizing
GC19-3623-00

This exit point marks the start of a line command from the Data Set List (option 3.4) utility. These are the subfunction identifiers and their descriptions:

Table 1. Subfuction identifiers and descriptions for exit 11
Identifier Description
B Browse data set
C Catalog data set
D Delete data set
E Edit data set
F Free unused space
I Data set information
M Display member list
MB Browse member
MD Delete member
ME Edit member
MI Info member
MP Print member
MR Rename member
P Print entire data set
R Rename data set
S Data set information (short)
U Uncatalog data set
X Print data set index listing
Z Compress data set.
In addition to the one character command name, the name of the data set is provided for all commands that operate on entire data sets. For example, when an R is typed next to data set MY.TEST.DATA, the command pointed to by the command parameter is:
     R 'MY.TEST.DATA'
Note that the data set name provided is the one shown in the data set list, even if the name has been changed by a data set name change exit.

For the M (member list) command, the command parameter includes the data set name. However, for commands executed within the member list, just the command code is given (such as MB for the B (browse) line command).

The exit routine is given control immediately before the command is performed.

If multiple line commands are entered, the exit routine is given control once for each line command. Only built-in commands cause the exit to be called.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014