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


Example 6: Allocate a new sequential data set with space allocated in tracks

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

Known:

  • The new data set name: MOSER7.EX1.DATA
  • The number of tracks: 2
  • The logical record length: 80
  • The DCB block size: 8000
  • The record format: fixed block
alloc da(ex1.data) dsorg(ps) space(2,0) tracks lrecl(80) +  
blksize(8000) recfm(f,b) new

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014