z/OS MVS Programming: Sysplex Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Specifying the Data Item

z/OS MVS Programming: Sysplex Services Guide
SA23-1400-00

The NAME keyword, or the NAME and NAMEMASK keywords together indicate which data items that belong to the specified cast-out class to select.
  • To read information about all data items that belong to the specified cast-out class, omit both NAME and NAMEMASK from the request.
  • To read information about a specific data item that belongs to the cast-out class, code NAME to provide the data item name. Omit NAMEMASK from the request.
  • To read information about all data items that belong to the cast-out class and whose names satisfy a specified character selection pattern, code both NAME and NAMEMASK.

When you code both NAME and NAMEMASK, you define a character selection pattern that the system uses to select names from the specified cast-out class. For a general description of NAMEMASK and the character selection pattern, see Using Filters for Names on Requests.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014