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


Example 2

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

Operation: This example shows how to create an attribute list, how to use the list when allocating two data sets, and how to free the list so that it cannot be used again.

Known:

  • The name of the attribute list: DSATTRS
  • The attributes: EXPDT(99365) BLKSIZE(24000) BFTEK(A)
  • The name of the first data set: FORMAT.INPUT
  • The name of the second data set: TRAJECT.INPUT
attrib dsattrs expdt(99365) blksize(24000) -
bftek(a)

allocate dataset(format.input) new block(80) -
space(1,1) volume(111111) using(dsattrs)

alloc da(traject.input) old bl(80) volume(111111) -
using(dsattrs)

free attrlist(dsattrs)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014