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


Example 10: Allocate a new sequential data set with space allocated in blocks and using an attribute list

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

Known:

  • The new data set name: MOSER7.EX5.DATA
  • The block length: 1000 bytes
  • The DCB attributes taken from attribute list: ATRLST3
attrib atrlst3 dsorg(ps) lrecl(80) blksize(3200)

alloc da(ex5.data) using(atrlst3) block(1000) +  
space(20,10) new

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014