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


Example 29: Allocate an output file, creating it if it does not exist

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

Known:

  • The ddname: OUTPUT
  • The pathname: /u/userid/file.dbp
  • The disposition: Keep under all circumstances.
  • Permissions: Read, write, and execute for the user; no other permissions.
alloc path('/u/userid/file.dbp')    +
      pathdisp(keep,keep)           +
      pathopts(owronly,ocreat)      +
      pathmode(sirwxu)              +
      file(output)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014