z/OS TSO/E User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


DATASET (or DSNAME) Operand

z/OS TSO/E User's Guide
SA32-0971-00

To release a specific data set from all previous allocations, type the FREE command:
  • Specify the DATASET or DSNAME operand.
  • Enclose the data set name in parentheses.
    • You must include the descriptive qualifier in the data set name.
    • You may include a member name in parentheses when specifying a partitioned data set.
Example
To release data set PREFIX.PARTS.DATA, enter:
FREE DATASET(parts.data)
To release a group of specific data sets from previous allocations, type the FREE command:
  • Specify the DATASET or DSNAME operand
  • Enclose in parentheses the data set names separated by commas
Example
To release data sets PREFIX.PARTS.DATA, PREFIX.REPORT.TEXT, and PREFIX.SIMIAN.CNTL(HAPE), enter:
FREE DATASET(parts.data,report.text,simian.cntl(hape))

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014