z/OS TSO/E Command Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 5: Allocate a new data set that differs from an existing model data set only in its space allocation

z/OS TSO/E Command Reference
SA32-0975-00

Known:

  • The name that you want to give the new data set: MOSER7.NEW2.DATA
  • The name of the model data set: MOSER7.MODEL.DATA
  • The desired space attributes for the new data set: primary 10 tracks, secondary 5 tracks
alloc da(new2.data) space(10,5) tracks like(model.data)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014